From 99aafb7242a8c1c74882969fb9ced28e099d3f4b Mon Sep 17 00:00:00 2001 From: Michael Gattozzi Date: Tue, 10 Dec 2019 22:45:08 -0500 Subject: Extend ds with config subcomand This commit utilizes configamajig to allow creating configs for a repo and the user themselves as well as checking what those values are. --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index e65a7bd..083e992 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,6 +13,7 @@ path = "src/main.rs" anyhow = "1.0" paw = "1.0" shared = { path = "shared" } +configamajig = { path = "configamajig" } structopt = { version = "0.3", features = ["paw"] } dialoguer = "0.5" which = "3.1" -- cgit v1.2.3