From 5235c205339630c92d5c4e9d059dd884d785553c Mon Sep 17 00:00:00 2001 From: Brian Karfunkel <1545637+bkfunk@users.noreply.github.com> Date: Wed, 16 Jul 2025 12:25:37 -0400 Subject: [PATCH] Add tokio features for tests --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6ee3ddb..267c98e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ cgmath = { version = "~0.18.0", features = ["serde"] } futures = "~0.3.30" image = "~0.24.7" serde = { version = "1.0.80", features = ["derive"] } -tokio = { version = "1.37", features = ["io-util"] } +tokio = { version = "1.37", features = ["io-util", "macros", "rt"] } tokio-stream = { version = "0.1", features = ["io-util"] } uuid = { version = "1", features = ["v4", "serde"] } wgpu = { version = "29.0" }