diff --git a/crates/lb/Cargo.toml b/crates/lb/Cargo.toml index 25da4a5..ec8a46f 100644 --- a/crates/lb/Cargo.toml +++ b/crates/lb/Cargo.toml @@ -8,7 +8,7 @@ homepage.workspace = true repository.workspace = true [features] -task = ["tokio/time"] +task = ["tokio/rt", "tokio/time"] fs = ["tokio/fs"] net = ["tokio/net"] @@ -18,4 +18,4 @@ luaffi = { path = "../luaffi" } luajit = { path = "../luajit" } sysexits = "0.9.0" thiserror = "2.0.12" -tokio = { version = "1.45.1", features = ["rt"] } +tokio = { version = "1.45.1" }