diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-05-03 00:03:21 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-05-03 00:03:21 +0800 |
| commit | e39a352a175cf87b1aaa110a3f8220b524bbf61b (patch) | |
| tree | f0b9a2c45fac93cf3f7071a6137f7d909f8a9f90 /mingling | |
| parent | 12e7b65883a22030039806c41e704c27731e8dd9 (diff) | |
Add repl feature flag across workspace crates
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"] |
