Make simple GET request from Spothole.

This commit is contained in:
mattbk
2025-10-18 10:43:56 -05:00
parent ab4f190138
commit 369de6f873
2 changed files with 13 additions and 0 deletions

View File

@@ -8,6 +8,7 @@ authors = ["Chris, N6CTA <mail@n6cta.com>"]
anyhow = "1.0"
chrono = "0.4"
clap = { version = "4", features = ["derive"] }
reqwest = { version = "0.12.24", features = ["json", "blocking"] }
serde_json = "1.0.145"
socket2 = "0.5"