From 842f41c5c8f188cad1e21551c7330b2d4ab8069b Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Fri, 20 Sep 2019 10:41:31 +0300 Subject: Change: roadmap2dot to take input filename from command line --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') 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" -- cgit v1.2.1