diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-04-09 15:31:57 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-04-09 15:31:57 +0800 |
| commit | 2aff55cdeeb1c65eb699ab7a6fb119659a1239bc (patch) | |
| tree | 7cb3b1c73c8ca22e5c222b4df598d26ccd8edd95 /Cargo.toml | |
| parent | 1b67e1143f367d00e955c2780dbdefab463836e1 (diff) | |
Switch from published mingling crate to local workspace dependency
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -18,6 +18,6 @@ members = [ resolver = "2" [workspace.dependencies] -mingling = { version = "0.1.4", features = ["full"] } +mingling = { path = "mingling", features = ["full"] } serde = { version = "1", features = ["derive"] } tokio = { version = "1", features = ["rt", "rt-multi-thread", "macros"] } |
