summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorrabite <rabite@posteo.de>2019-05-22 18:54:37 +0200
committerrabite <rabite@posteo.de>2019-05-22 18:54:37 +0200
commitd1e9c1645bfc203ce62370cfe126268425e00360 (patch)
tree1389fcba56737772b82965db1b8a3d3e240676d3 /Cargo.toml
parent3085d0ec0e3b4400a0137f2208dfafa8f6c296d7 (diff)
add startup options
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 d7c0280..e93021e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -33,6 +33,7 @@ mime_guess = "2.0.0-alpha.6"
async_value = "0.2"
osstrtools = "0.1"
pathbuftools = "0.1"
+clap = "2.33"