ffmpeg-the-third/Cargo.toml
2015-05-07 04:31:52 +02:00

11 lines
169 B
TOML

[package]
name = "ffmpeg"
version = "0.1.0"
authors = ["meh. <meh@schizofreni.co>"]
license = "WTFPL"
[dependencies]
libc = "0.1"
bitflags = "0.1"
ffmpeg-sys = "2.6.2"