cargo: prepare for release

This commit is contained in:
meh 2015-05-29 19:30:57 +02:00
parent 27fa8c5878
commit 70633b1349

View File

@ -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