gst-plugins-rs/gst-plugin-file/Cargo.toml
2016-12-25 12:16:12 +01:00

17 lines
334 B
TOML

[package]
name = "gst-plugin-file"
version = "0.1.0"
authors = ["Sebastian Dröge <sebastian@centricular.com>"]
repository = "https://github.com/sdroege/rsplugin"
license = "LGPL-2.1+"
[dependencies]
url = "1.1"
gst-plugin = { path="../gst-plugin" }
slog = "1.3"
[lib]
name = "gstrsfile"
crate-type = ["cdylib"]
path = "src/lib.rs"