aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
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"