diff --git a/crates/lune-std-process/Cargo.toml b/crates/lune-std-process/Cargo.toml index 42d720b..f9a1de3 100644 --- a/crates/lune-std-process/Cargo.toml +++ b/crates/lune-std-process/Cargo.toml @@ -21,8 +21,10 @@ pin-project = "1.0" os_str_bytes = { version = "7.0", features = ["conversions"] } tokio = { version = "1", default-features = false, features = [ - "sync", + "io-util", "process", + "rt", + "sync", ] } lune-utils = { version = "0.1.0", path = "../lune-utils" }