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 17:04:53 +0300
committerSebastian Dröge <sebastian@centricular.com>2016-05-14 17:04:53 +0300
commitb2b8332043b0750ca782460a8cc9e88ab94e5d69 (patch)
tree88f20c10e423e9d0ef6a9a89171e66651e25e40a /Cargo.toml
parentec01d11393e8ecd02a84784b9f9c17596acc943c (diff)
Add initial HTTP source based on Hyper
No seeking yet
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 1d3f8921c..49f2abaa8 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -7,6 +7,7 @@ build = "build.rs"
[dependencies]
libc = "0.2"
url = "1.1"
+hyper = "0.9"
[build-dependencies]
gcc = "0.3"