aboutsummaryrefslogtreecommitdiff
path: root/examples/example-basic
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2026-04-11 18:54:27 +0800
committer魏曹先生 <1992414357@qq.com>2026-04-11 18:55:52 +0800
commit9634eee9a3277e10b0cece42c603aaff801446fd (patch)
tree219bd8ac1be2377e07f66b8c8c1ace3df16c38aa /examples/example-basic
parent3fcd049e738ad7e4377609104a1dce5f4dfa2cf9 (diff)
Add example-completion and update workspace dependencies
Diffstat (limited to 'examples/example-basic')
-rw-r--r--examples/example-basic/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/example-basic/Cargo.toml b/examples/example-basic/Cargo.toml
index eb10e2a..aeb1f6f 100644
--- a/examples/example-basic/Cargo.toml
+++ b/examples/example-basic/Cargo.toml
@@ -4,6 +4,6 @@ version.workspace = true
edition = "2024"
[dependencies]
-mingling.workspace = true
+mingling = { path = "../../mingling" }
tokio.workspace = true
serde.workspace = true