aboutsummaryrefslogtreecommitdiff
path: root/mingling/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'mingling/Cargo.toml')
-rw-r--r--mingling/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/mingling/Cargo.toml b/mingling/Cargo.toml
index 719ded5..45bbaa1 100644
--- a/mingling/Cargo.toml
+++ b/mingling/Cargo.toml
@@ -28,7 +28,7 @@ general_renderer = [
"dep:serde",
"mingling_macros/general_renderer",
]
-
+repl = ["mingling_core/repl", "mingling_macros/repl"]
comp = ["mingling_core/comp", "mingling_macros/comp"]
parser = ["dep:size"]