summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2019-09-20 10:41:31 +0300
committerLars Wirzenius <liw@liw.fi>2019-09-20 10:41:31 +0300
commit842f41c5c8f188cad1e21551c7330b2d4ab8069b (patch)
tree5a7c6271ef90b097e2788d0633220c3ffbd3abe1 /Cargo.toml
parente872c2cf6417f5ce2388c19dfbb2f82118743b43 (diff)
downloadroadmap-842f41c5c8f188cad1e21551c7330b2d4ab8069b.tar.gz
Change: roadmap2dot to take input filename from command line
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 7500897..191e6ba 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -8,3 +8,4 @@ edition = "2018"
[dependencies]
serde_yaml = "0.8.9"
+structopt = "0.3"