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

Add tests for http based checkers

This commit is contained in:
2023-01-24 22:59:45 +01:00
parent 8d312f86b5
commit 4684e482fa
5 changed files with 85 additions and 0 deletions

View File

@ -17,6 +17,7 @@ tokio = { version = "1", features = ["macros", "rt-multi-thread"] }
toml = "*"
[dev-dependencies]
hyper = "*"
serde_derive = "1"
[profile.release]