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-11-24 17:29:43 +0300
committerSebastian Dröge <sebastian@centricular.com>2016-12-23 18:35:57 +0300
commit62d24efc0405c879a29f247e215e06f423cd4ad3 (patch)
tree8ded0cf1c5b4eac8c211f059833087a54583b16b /Cargo.toml
parented2bcf875afd2d4765f87c373654257b0058df85 (diff)
WIP demuxer
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 98920a407..4be22cf85 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -11,6 +11,8 @@ libc = "0.2"
url = "1.1"
bitflags = "0.7"
reqwest = "0.2"
+nom = "1.2"
+flavors = {git = "https://github.com/Geal/flavors.git"}
[build-dependencies]
gcc = "0.3"