use tokio with full features
This commit is contained in:
parent
722609b993
commit
70739d7dcf
2 changed files with 50 additions and 1 deletions
|
@ -10,4 +10,4 @@ log = "0.4.27"
|
|||
reqwest = "0.12.15"
|
||||
serde = { version = "1.0.219", features = [ "derive" ]}
|
||||
serde_json = "1.0.140"
|
||||
tokio = { version = "1.44.1", features = [ "rt", "rt-multi-thread", "macros", "sync", "process" ]}
|
||||
tokio = { version = "1.44.1", features = [ "full" ]}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue