cargo: prepare for release
This commit is contained in:
parent
27fa8c5878
commit
70633b1349
@ -1,9 +1,14 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "ffmpeg"
|
name = "ffmpeg"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
|
|
||||||
authors = ["meh. <meh@schizofreni.co>"]
|
authors = ["meh. <meh@schizofreni.co>"]
|
||||||
license = "WTFPL"
|
license = "WTFPL"
|
||||||
|
|
||||||
|
description = "Safe FFmpeg wrapper"
|
||||||
|
repository = "https://github.com/meh/rust-ffmpeg"
|
||||||
|
keywords = ["audio", "video"]
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
default = ["codec", "device", "filter", "format", "resampling", "postprocessing", "software-resampling", "software-scaling"]
|
default = ["codec", "device", "filter", "format", "resampling", "postprocessing", "software-resampling", "software-scaling"]
|
||||||
|
|
||||||
@ -22,5 +27,4 @@ bitflags = "0.1"
|
|||||||
|
|
||||||
[dependencies.ffmpeg-sys]
|
[dependencies.ffmpeg-sys]
|
||||||
version = "2.6.2"
|
version = "2.6.2"
|
||||||
|
|
||||||
default-features = false
|
default-features = false
|
||||||
|
Loading…
x
Reference in New Issue
Block a user