aboutsummaryrefslogtreecommitdiff
path: root/examples/example-basic/Cargo.toml
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2026-04-11 19:50:21 +0800
committer魏曹先生 <1992414357@qq.com>2026-04-11 19:50:38 +0800
commitdf77928f1a566628cd2e6a56eb419c2afdbf79b7 (patch)
treef509b8abec9767c262396091192525f14abe56cf /examples/example-basic/Cargo.toml
parente8e33963801b63d03a2b6d5f872348add2cecc56 (diff)
Remove workspace Cargo.lock and add per-example lockfiles
Diffstat (limited to 'examples/example-basic/Cargo.toml')
-rw-r--r--examples/example-basic/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/example-basic/Cargo.toml b/examples/example-basic/Cargo.toml
index 64958b1..49870d7 100644
--- a/examples/example-basic/Cargo.toml
+++ b/examples/example-basic/Cargo.toml
@@ -1,8 +1,8 @@
[package]
name = "example-basic"
-version.workspace = true
+version = "0.0.1"
edition = "2024"
[dependencies]
mingling = { path = "../../mingling" }
-tokio.workspace = true
+tokio = { version = "1", features = ["rt", "rt-multi-thread", "macros"] }