aboutsummaryrefslogtreecommitdiff
path: root/examples/example-async-support
diff options
context:
space:
mode:
Diffstat (limited to 'examples/example-async-support')
-rw-r--r--examples/example-async-support/Cargo.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/example-async-support/Cargo.toml b/examples/example-async-support/Cargo.toml
index 3a66e52..d1b952d 100644
--- a/examples/example-async-support/Cargo.toml
+++ b/examples/example-async-support/Cargo.toml
@@ -13,3 +13,5 @@ features = ["async", "parser"]
[dependencies.tokio]
version = "1.52.3"
features = ["macros", "rt", "rt-multi-thread", "time"]
+
+[workspace]