gst-plugins-rs/Cargo.toml
2016-05-14 12:34:50 +03:00

19 lines
286 B
TOML

[package]
name = "rsplugin"
version = "0.1.0"
authors = ["Sebastian Dröge <sebastian@centricular.com>"]
build = "build.rs"
[dependencies]
libc = "0.2"
url = "1.1"
[build-dependencies]
gcc = "0.3"
pkg-config = "0.3"
[lib]
name = "rsplugin"
crate-type = ["dylib"]
path = "src/lib.rs"