gst-plugins-rs/Cargo.toml
Sebastian Dröge 9bb2d32c75 Initial commit
2016-05-13 16:35:48 +03:00

17 lines
261 B
TOML

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