summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorrabite <rabite@posteo.de>2019-05-21 21:03:50 +0200
committerrabite <rabite@posteo.de>2019-05-21 21:03:50 +0200
commit8353af2e297997d1ce39e36f9889b728afffeca7 (patch)
treedd98f6d1c35860ff893d8750193c14ca34c726bb /Cargo.toml
parentaf31e0a3c6019d05022e7b215b92181de03a0b3b (diff)
fix Cargo.lock
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.toml b/Cargo.toml
index e4ce535..3422a5d 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -30,7 +30,7 @@ parse-ansi = "0.1.6"
signal-notify = "0.1.3"
systemstat = "0.1.4"
mime_guess = "2.0.0-alpha.6"
-
+async_value = "0.2"
osstrtools = "0.1"
pathbuftools = "0.1"
@@ -40,8 +40,8 @@ image = { version = "0.21.1", optional = true }
gstreamer = { version = "0.11.2", optional = true }
gstreamer-app = { version = "0.11.2", optional = true }
-[dependencies.async_value]
-path = "../async_value/"
+
+
[features]
default = ["img", "video"]