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_core | |
| parent | 12e7b65883a22030039806c41e704c27731e8dd9 (diff) | |
Add repl feature flag across workspace crates
Diffstat (limited to 'mingling_core')
| -rw-r--r-- | mingling_core/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mingling_core/Cargo.toml b/mingling_core/Cargo.toml index e2296a4..8d9c6ef 100644 --- a/mingling_core/Cargo.toml +++ b/mingling_core/Cargo.toml @@ -21,6 +21,7 @@ general_renderer = [ "dep:serde_yaml", "dep:toml", ] +repl = [] [dependencies] just_fmt = "0.1.2" |
