Added http mode and results
All checks were successful
Rust-build / build (push) Successful in 2m39s

This commit is contained in:
Justine Pelletreau
2023-07-22 13:48:36 +02:00
parent 5476327560
commit c4462fcbca
7 changed files with 1118 additions and 33 deletions

View File

@ -9,3 +9,4 @@ edition = "2021"
atty = "0.2.14"
clap = { version = "4.3.11", features = ["derive"] }
pnet = "0.33.0"
reqwest = { version = "0.11", features = ["blocking"] }