aboutsummaryrefslogtreecommitdiff
path: root/mling/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'mling/Cargo.toml')
-rw-r--r--mling/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/mling/Cargo.toml b/mling/Cargo.toml
index 4dfa31e..2d01bdf 100644
--- a/mling/Cargo.toml
+++ b/mling/Cargo.toml
@@ -16,6 +16,7 @@ mingling = { path = "../mingling", features = [
"parser",
"comp",
"general_renderer",
+ "extra_macros",
] }
serde = { version = "1", features = ["derive"] }