diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-03-30 17:26:03 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-03-30 17:26:03 +0800 |
| commit | 4421fb2794f2af292f8781e7d12ae002a3f10a9b (patch) | |
| tree | 31a358dd80a7e1d3855f4a6281eaf5e010bfb429 /mingling/Cargo.lock | |
| parent | c9e3676e0e2353dc09471c783a3a263dee0fdcb1 (diff) | |
Add argument parser module with picker API
Diffstat (limited to 'mingling/Cargo.lock')
| -rw-r--r-- | mingling/Cargo.lock | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/mingling/Cargo.lock b/mingling/Cargo.lock index c8ed514..2f1fae9 100644 --- a/mingling/Cargo.lock +++ b/mingling/Cargo.lock @@ -55,12 +55,15 @@ dependencies = [ name = "mingling" version = "0.1.1" dependencies = [ + "mingling", "mingling_core", + "serde", + "size", ] [[package]] name = "mingling_core" -version = "0.1.0" +version = "0.1.1" dependencies = [ "just_fmt", "mingling_macros", @@ -71,9 +74,9 @@ dependencies = [ [[package]] name = "mingling_macros" -version = "0.1.0" +version = "0.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3790886e4504e486d8c963988e5780212ccc05c5d03a5d27fa2ba67e1dd3f13b" +checksum = "5f1f57fd20f1072939938b779684534d566d2d81104a43a32bf06a377e72bee9" dependencies = [ "just_fmt", "once_cell", @@ -202,6 +205,12 @@ dependencies = [ ] [[package]] +name = "size" +version = "0.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1b6709c7b6754dca1311b3c73e79fcce40dd414c782c66d88e8823030093b02b" + +[[package]] name = "smallvec" version = "1.15.1" source = "registry+https://github.com/rust-lang/crates.io-index" |
