Cargo.toml: fix spacing
This commit is contained in:
parent
e49d240068
commit
7bcb223734
11
Cargo.toml
11
Cargo.toml
@ -6,12 +6,13 @@ build = "build.rs"
|
|||||||
authors = ["meh. <meh@schizofreni.co>", "Zhiming Wang <i@zhimingwang.org>"]
|
authors = ["meh. <meh@schizofreni.co>", "Zhiming Wang <i@zhimingwang.org>"]
|
||||||
license = "WTFPL"
|
license = "WTFPL"
|
||||||
|
|
||||||
description = "Safe FFmpeg wrapper (FFmpeg 4 compatible fork of the ffmpeg crate)"
|
description = "Safe FFmpeg wrapper (FFmpeg 4 compatible fork of the ffmpeg crate)"
|
||||||
documentation = "https://docs.rs/ffmpeg-next"
|
documentation = "https://docs.rs/ffmpeg-next"
|
||||||
homepage = "https://github.com/zmwangx/rust-ffmpeg#readme"
|
homepage = "https://github.com/zmwangx/rust-ffmpeg#readme"
|
||||||
repository = "https://github.com/zmwangx/rust-ffmpeg"
|
repository = "https://github.com/zmwangx/rust-ffmpeg"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
keywords = ["ffmpeg", "multimedia", "video", "audio"]
|
keywords = ["ffmpeg", "multimedia", "video", "audio"]
|
||||||
|
categories = ["multimedia"]
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
default = ["ffmpeg4", "codec", "device", "filter", "format", "resampling", "software-resampling", "software-scaling"]
|
default = ["ffmpeg4", "codec", "device", "filter", "format", "resampling", "software-resampling", "software-scaling"]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user