mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2024-11-12 13:21:20 +00:00
17 lines
457 B
TOML
17 lines
457 B
TOML
[package]
|
|
name = "gst-plugin-file"
|
|
version = "0.1.0"
|
|
authors = ["Sebastian Dröge <sebastian@centricular.com>"]
|
|
repository = "https://github.com/sdroege/gst-plugin-rs"
|
|
license = "MIT/Apache-2.0"
|
|
|
|
[dependencies]
|
|
url = "1.1"
|
|
gst-plugin = { version = "0.1", path="../gst-plugin" }
|
|
gst-plugin-simple = { path = "../gst-plugin-simple" }
|
|
gstreamer = { version = "0.10", features = ["v1_10"] }
|
|
|
|
[lib]
|
|
name = "gstrsfile"
|
|
crate-type = ["cdylib"]
|
|
path = "src/lib.rs"
|