Portnut/Cargo.toml
Justine Pelletreau c4462fcbca
All checks were successful
Rust-build / build (push) Successful in 2m39s
Added http mode and results
2023-07-22 13:48:36 +02:00

13 lines
317 B
TOML

[package]
name = "portnut"
version = "0.1.1"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
atty = "0.2.14"
clap = { version = "4.3.11", features = ["derive"] }
pnet = "0.33.0"
reqwest = { version = "0.11", features = ["blocking"] }