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-12-23 20:04:32 +0300
committerSebastian Dröge <sebastian@centricular.com>2016-12-23 20:04:32 +0300
commit89b0220e26c41e56b4194bcd13b0f913a8643a36 (patch)
tree96df233f056949eb1fd9d482a789e2d9333273cd /Cargo.toml
parente25f644f309f77d49ff3aa09771c0943ccf39f2d (diff)
Build each component into its own GStreamer plugin
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml25
1 files changed, 2 insertions, 23 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 41c76d57b..2c2c86318 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,24 +1,3 @@
-[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+"
+[workspace]
-[dependencies]
-libc = "0.2"
-url = "1.1"
-bitflags = "0.7"
-reqwest = "0.2"
-nom = "2.0"
-flavors = {git = "https://github.com/sdroege/flavors.git"}
-
-[build-dependencies]
-gcc = "0.3"
-pkg-config = "0.3"
-
-[lib]
-name = "rsplugin"
-crate-type = ["cdylib"]
-path = "src/lib.rs"
+members = ["gst-plugin", "gst-plugin-file", "gst-plugin-http", "gst-plugin-flv"]