gst-plugins-rs/gst-plugin-flv/Cargo.toml

19 lines
405 B
TOML
Raw Normal View History

[package]
name = "gst-plugin-flv"
version = "0.1.0"
authors = ["Sebastian Dröge <sebastian@centricular.com>"]
repository = "https://github.com/sdroege/rsplugin"
license = "MIT/Apache-2.0"
[dependencies]
url = "1.1"
gst-plugin = { path="../gst-plugin" }
2017-04-12 13:44:34 +00:00
slog = "2.0"
2017-06-06 10:28:50 +00:00
nom = "3.0"
flavors = {git = "https://github.com/Geal/flavors.git"}
[lib]
name = "gstrsflv"
crate-type = ["cdylib"]
path = "src/lib.rs"