Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2016-05-13 16:35:48 +0300
committerSebastian Dröge <sebastian@centricular.com>2016-05-13 16:35:48 +0300
commit9bb2d32c75ac9ea82812f8d399027d99fcf65474 (patch)
treecbc1e209985559a9597abd7cb18efe33336f90a8 /Cargo.toml
Initial commit
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml16
1 files changed, 16 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
new file mode 100644
index 000000000..d098434a4
--- /dev/null
+++ b/Cargo.toml
@@ -0,0 +1,16 @@
+[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"