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

Dependencies

This commit is contained in:
2024-12-16 23:33:17 +01:00
parent 9a087ef474
commit ebb5cb7cfa
2 changed files with 7 additions and 9 deletions

View File

@ -16,14 +16,13 @@ reqwest = { version = "0.12", features = ["json", "rustls-tls"], default-feature
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
serde_repr = "0.1"
tokio = { version = "1.41", features = ["macros", "rt-multi-thread"] }
tokio = { version = "1.42", features = ["macros", "rt-multi-thread"] }
toml = "0.8"
parse_duration = { path = "./parse_duration" }
[dev-dependencies]
http = "1.1"
serde_derive = "1.0"
http = "1.2"
[profile.release]
opt-level = "s"