summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorManos Pitsidianakis <el13635@mail.ntua.gr>2019-07-11 11:45:09 +0300
committerManos Pitsidianakis <el13635@mail.ntua.gr>2019-07-29 20:22:34 +0300
commitdf5559023d48bf5e0b92bbb1f1b81f106d0d8dd1 (patch)
treecfc6db6577ec27522743915933e4f8ebde7ccc09 /Cargo.toml
parent38da6c83b9e8e9b0b2e27020e61e6cb086bacc22 (diff)
add --help, --config, --create-config arguments
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 7060d7f6..308882dd 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -9,6 +9,7 @@ name = "meli"
path = "src/bin.rs"
[dependencies]
+xdg = "2.1.0"
chan = "0.1.21"
chan-signal = "0.3.1"
nix = "*"