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:
@ -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]
|
||||
|
Reference in New Issue
Block a user