mirror of
https://github.com/lune-org/lune.git
synced 2024-12-12 04:50:36 +00:00
Add another missing tokio feature to lune-std-process
This commit is contained in:
parent
489c8a6609
commit
5b5c46f802
1 changed files with 1 additions and 0 deletions
|
@ -21,6 +21,7 @@ pin-project = "1.0"
|
|||
os_str_bytes = { version = "7.0", features = ["conversions"] }
|
||||
|
||||
tokio = { version = "1", default-features = false, features = [
|
||||
"io-std",
|
||||
"io-util",
|
||||
"process",
|
||||
"rt",
|
||||
|
|
Loading…
Reference in a new issue