From fe3dbbf4e7d9468f4b2d85abd3578baa7c88e1f1 Mon Sep 17 00:00:00 2001 From: Nico Burns Date: Mon, 16 Dec 2024 01:29:09 +1300 Subject: [PATCH] Enable tokio macros feature for examples Signed-off-by: Nico Burns --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 86449f4c..2e03c4e7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -121,7 +121,7 @@ dioxus-native = { path = "./packages/dioxus-native", features = ["tracing"] } dioxus = { workspace = true } euclid = { workspace = true } reqwest = { workspace = true } -tokio = { workspace = true } +tokio = { workspace = true, features = ["macros"] } ureq = { workspace = true } image = { workspace = true } png = "0.17"