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_macros | |
| parent | 12e7b65883a22030039806c41e704c27731e8dd9 (diff) | |
Add repl feature flag across workspace crates
Diffstat (limited to 'mingling_macros')
| -rw-r--r-- | mingling_macros/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mingling_macros/Cargo.toml b/mingling_macros/Cargo.toml index a8a765d..baa324f 100644 --- a/mingling_macros/Cargo.toml +++ b/mingling_macros/Cargo.toml @@ -17,6 +17,7 @@ async = [] clap = [] comp = [] general_renderer = [] +repl = [] [dependencies] syn = { version = "2.0", features = ["full", "visit-mut"] } |
