summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2019-09-15 10:53:44 +0300
committerLars Wirzenius <liw@liw.fi>2019-09-15 10:53:44 +0300
commit5fa6bb158e7cb78d132a7fac0e8fec4d9064ef99 (patch)
treeee8915a7558a1ac092f777594b6a3805d3c97283 /Cargo.toml
parent93f0b8c7e9db2d7e7ae740f3e4f766aa0596ecad (diff)
downloadsubplot-5fa6bb158e7cb78d132a7fac0e8fec4d9064ef99.tar.gz
Add: command line parsing, with clap
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 fb819c6..352cd6c 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -7,3 +7,4 @@ edition = "2018"
[dependencies]
pandoc_ast = "0.7.2"
pandoc = "0.7.0"
+clap = "2.33.0"