summaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authorrabite <rabite@posteo.de>2019-06-29 23:33:25 +0200
committerrabite <rabite@posteo.de>2019-06-29 23:33:25 +0200
commit11f5bd081bf303e96e79a9c3bd2c87855f1584e0 (patch)
tree6eabc5fc758ea220852b256a451db14fb751b1d3 /Cargo.lock
parentcd01a21f687a0d17984ee982e2e899634879db9a (diff)
modularize media preview generator into own workspace
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock14
1 files changed, 11 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 9ef7577..040fb91 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -453,9 +453,6 @@ dependencies = [
"dirs-2 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
"failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
"failure_derive 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
- "gstreamer 0.11.6 (registry+https://github.com/rust-lang/crates.io-index)",
- "gstreamer-app 0.11.2 (registry+https://github.com/rust-lang/crates.io-index)",
- "image 0.21.2 (registry+https://github.com/rust-lang/crates.io-index)",
"lazy_static 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
"libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)",
"lscolors 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -475,6 +472,17 @@ dependencies = [
]
[[package]]
+name = "hunter-media"
+version = "0.1.0"
+dependencies = [
+ "failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
+ "gstreamer 0.11.6 (registry+https://github.com/rust-lang/crates.io-index)",
+ "gstreamer-app 0.11.2 (registry+https://github.com/rust-lang/crates.io-index)",
+ "image 0.21.2 (registry+https://github.com/rust-lang/crates.io-index)",
+ "termion 1.5.3 (registry+https://github.com/rust-lang/crates.io-index)",
+]
+
+[[package]]
name = "image"
version = "0.21.2"
source = "registry+https://github.com/rust-lang/crates.io-index"