aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2026-04-09 15:31:57 +0800
committer魏曹先生 <1992414357@qq.com>2026-04-09 15:31:57 +0800
commit2aff55cdeeb1c65eb699ab7a6fb119659a1239bc (patch)
tree7cb3b1c73c8ca22e5c222b4df598d26ccd8edd95 /Cargo.toml
parent1b67e1143f367d00e955c2780dbdefab463836e1 (diff)
Switch from published mingling crate to local workspace dependency
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 023c9ba..0e02ffe 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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"] }