use tokio with full features

This commit is contained in:
cy 2025-04-03 16:58:55 -04:00
parent 722609b993
commit 70739d7dcf
Signed by: cy
SSH key fingerprint: SHA256:o/geVWV4om1QhUSkKvDQeW/eAihwnjyXkqMwrVdbuts
2 changed files with 50 additions and 1 deletions

View file

@ -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" ]}