aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMichael Gattozzi <mgattozzi@gmail.com>2019-12-10 17:04:58 -0500
committerMichael Gattozzi <mgattozzi@gmail.com>2019-12-12 16:52:05 -0500
commit44ace0edbf9d6cd440c09f96b0eb0b7d141ac779 (patch)
tree5e297aa6b8ad140803b43e91f9066ff854c500b5 /Cargo.toml
parent4e17646e8307a89d534482a9e7ecf69de2b6c27c (diff)
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.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
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",