aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2026-04-25 19:12:00 +0800
committer魏曹先生 <1992414357@qq.com>2026-04-25 19:19:54 +0800
commitbcbf0506ff255129d5a66d709bdb6aafbfbe2331 (patch)
treec733cb33f701852e84667a4cf9d12d7ad1813da9 /Cargo.lock
parentd4634b01e3f33b3ee52b1501f5ade739a1796d08 (diff)
Add async example demonstrating tokio integration
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock6
1 files changed, 5 insertions, 1 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 1787d82..3e81edc 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -129,7 +129,11 @@ dependencies = [
[[package]]
name = "example-async"
-version = "0.1.0"
+version = "0.0.1"
+dependencies = [
+ "mingling",
+ "tokio",
+]
[[package]]
name = "hashbrown"