summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2023-04-25 19:34:09 +0300
committerLars Wirzenius <liw@liw.fi>2023-04-25 19:34:09 +0300
commit8623a2d5234dfedf73788d99ab10fbcc875b7477 (patch)
treea33f8a1d6166ab91e39732f46335efa177e72266 /Cargo.toml
parentf0f341763b98a06a1e1068e16779bbe397eea8ed (diff)
downloadroadmap-8623a2d5234dfedf73788d99ab10fbcc875b7477.tar.gz
feat! drop roadmap2dot binary from crate
Sponsored-by: author
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 22eb181..b3200b1 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -11,7 +11,6 @@ repository = "https://gitlab.com/larswirzenius/roadmap"
[dependencies]
anyhow = "1"
-clap = { version = "3.2.12", features = ["derive"] }
serde = { version = "1.0.134", features = ["derive"] }
serde_yaml = "0.8"
textwrap = "0.15"