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-14 12:34:50 +0300
committerSebastian Dröge <sebastian@centricular.com>2016-05-14 12:34:50 +0300
commit15865ab86b2808dacbf27d8870c0d7e3b710e3bb (patch)
tree369ea9b3f0f26011fb3b74a1ae4b684c3c946cc2 /Cargo.toml
parent5b6a05b5486fb4ee908e778fe7c0b281c13c665e (diff)
Implement parsing of URIs in Rust
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 76a8918f3..1d3f8921c 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -6,6 +6,7 @@ build = "build.rs"
[dependencies]
libc = "0.2"
+url = "1.1"
[build-dependencies]
gcc = "0.3"