mirror of
https://github.com/pesde-pkg/pesde.git
synced 2024-12-12 02:50:37 +00:00
fix: enable tokio process feature
This commit is contained in:
parent
b53457c42c
commit
91a3a9b122
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ pathdiff = "0.2.3"
|
|||
relative-path = { version = "1.9.3", features = ["serde"] }
|
||||
log = "0.4.22"
|
||||
thiserror = "2.0.3"
|
||||
tokio = "1.41.1"
|
||||
tokio = { version = "1.41.1", features = ["process"] }
|
||||
tokio-util = "0.7.12"
|
||||
async-stream = "0.3.6"
|
||||
futures = "0.3.31"
|
||||
|
|
Loading…
Reference in a new issue