diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-04-14 21:57:06 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-04-14 21:57:06 +0800 |
| commit | 59d9fbdf0873b241774366a91c76728d63a9004d (patch) | |
| tree | ad93f4f34b4ff9afb7fb3edfc2de5ed6c826bb70 /mingling_cli/Cargo.lock | |
| parent | 8ed25a022daaf0c9d50b3cb224cb67598e383e65 (diff) | |
| parent | 33469c75614c444f512fd51dbc78a31a9a4bec82 (diff) | |
Add argument filtering and CLI build support
Diffstat (limited to 'mingling_cli/Cargo.lock')
| -rw-r--r-- | mingling_cli/Cargo.lock | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/mingling_cli/Cargo.lock b/mingling_cli/Cargo.lock index 737f437..16f7016 100644 --- a/mingling_cli/Cargo.lock +++ b/mingling_cli/Cargo.lock @@ -37,6 +37,15 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5454cda0d57db59778608d7a47bff5b16c6705598265869fb052b657f66cf05e" [[package]] +name = "just_template" +version = "0.1.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "db3edb658c34b10b69c4b3b58f7ba989cd09c82c0621dee1eef51843c2327225" +dependencies = [ + "just_fmt", +] + +[[package]] name = "libc" version = "0.2.184" source = "registry+https://github.com/rust-lang/crates.io-index" @@ -74,6 +83,7 @@ name = "mingling_core" version = "0.1.4" dependencies = [ "just_fmt", + "just_template", "once_cell", "thiserror", "tokio", |
