From f49a7c9eaa14ce1aaf342d862ec292b84fa2e7bc Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Fri, 21 Jan 2022 09:34:47 +0200 Subject: refactor: parse with serde directly to data structure Use serde to parse directly to a hashmap of steps, instead of generic YAML values. This gives us better error messages. Sponsored-by: author --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') 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" -- cgit v1.2.1