gst-plugins-rs/gst-plugin/Cargo.toml
2016-12-25 12:16:12 +01:00

22 lines
381 B
TOML

[package]
name = "gst-plugin"
version = "0.1.0"
authors = ["Sebastian Dröge <sebastian@centricular.com>"]
build = "build.rs"
repository = "https://github.com/sdroege/rsplugin/gst-plugin"
license = "LGPL-2.1+"
[dependencies]
libc = "0.2"
url = "1.1"
bitflags = "0.7"
slog = "1.3"
[build-dependencies]
gcc = "0.3"
pkg-config = "0.3"
[lib]
name = "gst_plugin"
path = "src/lib.rs"