summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index d805dad..d66723d 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -15,6 +15,7 @@ members = [
"utils/",
"tools/build_helper",
"macros/cmd_system_macros",
+ "macros/comp_system_macros",
"macros/helpdoc_system_macros",
"macros/render_system_macros",
]
@@ -61,6 +62,7 @@ serde = { version = "1", features = ["derive"] }
cli_utils = { path = "utils" }
just_enough_vcs = { path = "../VersionControl", features = ["all"] }
cmd_system_macros = { path = "macros/cmd_system_macros" }
+comp_system_macros = { path = "macros/comp_system_macros" }
helpdoc_system_macros = { path = "macros/helpdoc_system_macros" }
render_system_macros = { path = "macros/render_system_macros" }