mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2024-11-15 14:52:04 +00:00
21 lines
373 B
TOML
21 lines
373 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"
|
|
hyper = "0.9"
|
|
|
|
[build-dependencies]
|
|
gcc = "0.3"
|
|
pkg-config = "0.3"
|
|
|
|
[lib]
|
|
name = "rsplugin"
|
|
crate-type = ["dylib"]
|
|
path = "src/lib.rs"
|