From 8143f75a5a45770c8fec3e66086ac4eaea7ff4c8 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Mon, 19 Feb 2024 19:01:10 +0200 Subject: feat: add a program to produce an SVG from a roadmap Signed-off-by: Lars Wirzenius Sponsored-by: author --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 9cbf53e..9a0796b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,9 @@ repository = "https://gitlab.com/larswirzenius/roadmap" [dependencies] anyhow = "1" +clap = { version = "4.5.1", features = ["derive"] } serde = { version = "1.0.134", features = ["derive"] } serde_yaml = "0.8" +tempfile = "3.10.0" textwrap = "0.15" thiserror = "1" -- cgit v1.2.1