diff options
Diffstat (limited to 'mingling')
| -rw-r--r-- | mingling/Cargo.toml | 2 |
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"] |
