diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-07-14 01:36:15 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-07-14 01:36:15 +0800 |
| commit | 5ac0f0e98d05e95f7e3c58995f8d79670cbac772 (patch) | |
| tree | f6514b20775cb70d942ac30f4de62b70698220a2 /Cargo.lock | |
| parent | 8b2c209c2f111e0e208de5dde9df6c4bd3ea1052 (diff) | |
chore(deps): move mingling_picker_macros dependency to picker crate
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -407,7 +407,6 @@ dependencies = [ "mingling_core", "mingling_macros", "mingling_picker", - "mingling_picker_macros", "serde", "size", "tokio", @@ -467,6 +466,7 @@ name = "mingling_picker" version = "0.3.0" dependencies = [ "mingling_core", + "mingling_picker_macros", ] [[package]] |
