1
0
mirror of https://github.com/pcvolkmer/checkbar.git synced 2025-07-02 14:22:54 +00:00

Cleanup code and tokio features

This commit is contained in:
2022-03-06 12:53:34 +01:00
parent f7d1df03e0
commit 188d06d27f
3 changed files with 13 additions and 108 deletions

View File

@ -10,7 +10,7 @@ dirs = "4"
serde = { version = "1", features = ["derive"] }
serde_json = "*"
chrono = { version = "*", features = ["serde"] }
tokio = { version = "1", features = ["full"] }
tokio = { version = "1", features = ["macros", "rt-multi-thread"] }
toml = "*"
[dependencies.reqwest]