gst-plugins-rs/gst-plugin-http/Cargo.toml
2016-12-23 19:04:32 +02:00

17 lines
337 B
TOML

[package]
name = "gst-plugin-http"
version = "0.1.0"
authors = ["Sebastian Dröge <sebastian@centricular.com>"]
repository = "https://github.com/sdroege/rsplugin"
license = "LGPL-2.1+"
[dependencies]
url = "1.1"
gst-plugin = { path="../gst-plugin" }
reqwest = "0.2"
[lib]
name = "gstrshttp"
crate-type = ["cdylib"]
path = "src/lib.rs"