gst-plugins-rs/Cargo.toml
2016-11-14 20:57:54 +02:00

23 lines
437 B
TOML

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