summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
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 a5f1129..40ef824 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -11,6 +11,7 @@ repostiory = "https://gitlab.com/larswirzenius/roadmap"
[dependencies]
anyhow = "1"
+serde = { version = "1.0.134", features = ["derive"] }
serde_yaml = "0.8"
structopt = "0.3"
textwrap = "0.14"