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

18 lines
451 B
TOML

[package]
name = "gst-plugin-file"
version = "0.3.0"
authors = ["Sebastian Dröge <sebastian@centricular.com>"]
repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs"
license = "MIT/Apache-2.0"
[dependencies]
url = "1.1"
gst-plugin = { version = "0.3", path="../gst-plugin" }
gst-plugin-simple = { version = "0.3", path="../gst-plugin-simple" }
gstreamer = "0.12"
[lib]
name = "gstrsfile"
crate-type = ["cdylib"]
path = "src/lib.rs"