mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2024-11-24 20:41:00 +00:00
Remove a few unused dependencies
This commit is contained in:
parent
9bb3e75fb9
commit
fc20df294e
3 changed files with 0 additions and 3 deletions
|
@ -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"
|
||||
|
|
|
@ -13,4 +13,3 @@ edition = "2018"
|
|||
|
||||
[dependencies]
|
||||
chrono = "0.4.6"
|
||||
toml = { version = "0.5", default-features = false }
|
||||
|
|
|
@ -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" }
|
||||
|
|
Loading…
Reference in a new issue