diff options
| author | Weicao-CatilGrass <1992414357@qq.com> | 2026-05-11 19:56:10 +0800 |
|---|---|---|
| committer | Weicao-CatilGrass <1992414357@qq.com> | 2026-05-11 19:56:10 +0800 |
| commit | e42567b25093907cfd939edc92ace94a5d59b398 (patch) | |
| tree | f2514fdd18277b5620b0fd6512cfc95569cfce15 /mingling/Cargo.toml | |
| parent | 99d5a62aa3655f8676021a9bf70af3d12c9457bc (diff) | |
Add `builds` feature and install completion scripts
Diffstat (limited to 'mingling/Cargo.toml')
| -rw-r--r-- | mingling/Cargo.toml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mingling/Cargo.toml b/mingling/Cargo.toml index dd93a5e..ebe3620 100644 --- a/mingling/Cargo.toml +++ b/mingling/Cargo.toml @@ -16,12 +16,13 @@ tokio = { version = "1", features = ["full"] } mingling = { path = ".", features = ["comp", "general_renderer", "parser"] } [package.metadata.docs.rs] -features = ["general_renderer", "repl", "comp", "parser"] +features = ["builds", "general_renderer", "repl", "comp", "parser"] [features] nightly = ["mingling_core/nightly", "mingling_macros/nightly"] debug = ["mingling_core/debug"] async = ["mingling_core/async", "mingling_macros/async"] +builds = ["mingling_core/builds"] default = ["mingling_core/default", "mingling_macros/default"] |
