From 44ace0edbf9d6cd440c09f96b0eb0b7d141ac779 Mon Sep 17 00:00:00 2001 From: Michael Gattozzi Date: Tue, 10 Dec 2019 17:04:58 -0500 Subject: Create configamajig to handle dev-suite configs Configuaration is important and overtime dev-suite will need more and more of it. This commit adds the configamajig crate to handle these configs and have it shared across tools that need access to them, creating one API not several bits of glue code to read in files. --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 948d163..e65a7bd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,6 +19,7 @@ which = "3.1" [workspace] members = [ + "configamajig", "shared", "ticket", "hooked", -- cgit v1.2.3