summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJiayi Zhao <jeff.no.zhao@gmail.com>2018-12-28 19:34:10 -0500
committerJiayi Zhao <jeff.no.zhao@gmail.com>2018-12-28 19:34:10 -0500
commitb69aea67ba70c27c61ee87e5674cf3fcf32b8be3 (patch)
tree5383adba28a9aa645b3c287a88769c86df6a99f7 /Cargo.toml
parentfeea71ff6328e6019968b281cdc990fc1a8f402b (diff)
add fs_extra to dependencies
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index ce96536..8fad6a3 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -8,6 +8,7 @@ license = "LGPL-3"
[dependencies]
clap = "2.32.0"
+fs_extra = "1.1.0"
libc = "0.2.45"
keycodes = "0.1.0"
serde = "1.0.82"