Portnut/Cargo.toml
Justine Pelletreau befd6c862b
All checks were successful
Rust-build / build (push) Successful in 16m6s
Added timeout on http
2023-07-22 22:04:50 +02:00

13 lines
357 B
TOML

[package]
name = "portnut"
version = "0.1.2"
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", default-features = false, features = ["blocking", "rustls-tls"] }