summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2019-09-17 12:12:30 +0300
committerLars Wirzenius <liw@liw.fi>2019-09-17 12:12:30 +0300
commit04d1300c8e7233f07fb0c7b8c1928d7dbdccedaf (patch)
treea6197cb1286911ecd6d376c578a8cbf073096048 /Cargo.toml
parent262a9fa3cba83f8badc2e53ba82156d4280da741 (diff)
downloadsubplot-04d1300c8e7233f07fb0c7b8c1928d7dbdccedaf.tar.gz
Change: use structopt, instead of clap
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 352cd6c..08a05ca 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -7,4 +7,4 @@ edition = "2018"
[dependencies]
pandoc_ast = "0.7.2"
pandoc = "0.7.0"
-clap = "2.33.0"
+structopt = "0.2"