gst-plugins-rs/Cargo.toml
2016-05-13 18:02:19 +03:00

18 lines
274 B
TOML

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