mirror of
https://github.com/pcvolkmer/checkbar.git
synced 2025-07-02 14:22:54 +00:00
Dependencies
This commit is contained in:
@ -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"
|
||||
|
Reference in New Issue
Block a user