Remove a few unused dependencies

This commit is contained in:
Sebastian Dröge 2020-06-22 16:29:13 +03:00
parent 9bb3e75fb9
commit fc20df294e
3 changed files with 0 additions and 3 deletions

View file

@ -18,7 +18,6 @@ gstreamer-base = { git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs"
rusoto_core = "0.44"
rusoto_s3 = "0.44"
rusoto_credential = "0.44"
rusoto_transcribe = "0.44"
rusoto_signature = "0.44"
url = "2"
percent-encoding = "2"

View file

@ -13,4 +13,3 @@ edition = "2018"
[dependencies]
chrono = "0.4.6"
toml = { version = "0.5", default-features = false }

View file

@ -8,7 +8,6 @@ edition = "2018"
description = "Rust FLV Plugin"
[dependencies]
url = "2"
glib = { git = "https://github.com/gtk-rs/glib" }
gstreamer = { git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs" }
gstreamer-base = { git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs" }