Add missing tokio features to lune-std-process crate

This commit is contained in:
Filip Tibell 2024-05-12 16:08:02 +02:00
parent a13b17fee6
commit 489c8a6609
No known key found for this signature in database

View file

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