Specify server to probe against using query string

This commit is contained in:
2025-06-01 15:43:54 +02:00
parent e2769775e5
commit e002c3a8c3
3 changed files with 19 additions and 4 deletions

View File

@@ -5,4 +5,5 @@ edition = "2021"
[dependencies]
axum = "0.8.4"
serde = { version = "1.0.219", features = ["derive"] }
tokio = { version = "1.45.1", features = ["rt-multi-thread"] }