fix: use my own tokio
This commit is contained in:
parent
3315b38806
commit
7742bc9361
4 changed files with 9 additions and 8 deletions
|
@ -13,6 +13,7 @@ reqwest = { version = "0.12.15", default-features = false, features = ["http2",
|
|||
rfd = { version = "0.15.3", default-features = false, features = ["tokio", "xdg-portal"] }
|
||||
serde = { version = "1.0.219", features = ["derive"] }
|
||||
serde_json = "1.0.140"
|
||||
tokio = { version = "1.45.0", features = ["fs", "io-util", "process"] }
|
||||
tokio-util = { version = "0.7.15", features = ["io"] }
|
||||
toml = "0.8.22"
|
||||
tracing = "0.1.41"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue