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" }