summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 4a146b5..da390ce 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -40,6 +40,10 @@ pathbuftools = "0.1"
clap = "2.33"
mime = "0.3.13"
+[build-dependencies]
+termion = "1.5.1"
+rustc_version = "0.2.3"
+
[features]
default = ["video"]
video = []