mirror of
https://github.com/lune-org/lune.git
synced 2024-12-12 04:50:36 +00:00
Add missing tokio features to lune-std-process crate
This commit is contained in:
parent
a13b17fee6
commit
489c8a6609
1 changed files with 3 additions and 1 deletions
|
@ -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" }
|
||||
|
|
Loading…
Reference in a new issue