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

16 lines
321 B
TOML
Raw Normal View History

[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" }
[lib]
name = "gstrsfile"
crate-type = ["cdylib"]
path = "src/lib.rs"