aboutsummaryrefslogtreecommitdiff
path: root/mingling_macros/src/attr.rs
diff options
context:
space:
mode:
Diffstat (limited to 'mingling_macros/src/attr.rs')
-rw-r--r--mingling_macros/src/attr.rs9
1 files changed, 9 insertions, 0 deletions
diff --git a/mingling_macros/src/attr.rs b/mingling_macros/src/attr.rs
new file mode 100644
index 0000000..e4cd826
--- /dev/null
+++ b/mingling_macros/src/attr.rs
@@ -0,0 +1,9 @@
+pub(crate) mod chain;
+#[cfg(feature = "comp")]
+pub(crate) mod completion;
+#[cfg(feature = "clap")]
+pub(crate) mod dispatcher_clap;
+pub(crate) mod help;
+#[cfg(feature = "extra_macros")]
+pub(crate) mod program_setup;
+pub(crate) mod renderer;