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 /mling/Cargo.lock | |
| parent | 99d5a62aa3655f8676021a9bf70af3d12c9457bc (diff) | |
Add `builds` feature and install completion scripts
Diffstat (limited to 'mling/Cargo.lock')
| -rw-r--r-- | mling/Cargo.lock | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mling/Cargo.lock b/mling/Cargo.lock index fbcd4a7..073b69b 100644 --- a/mling/Cargo.lock +++ b/mling/Cargo.lock @@ -149,6 +149,7 @@ dependencies = [ name = "mingling_core" version = "0.1.8" dependencies = [ + "dirs", "just_fmt", "just_template", "once_cell", |
