aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 1490c0844d57c326a888ff763467cca345b8a221 (plain)
1
2
3
4
5
6
7
8
9
[package]
name = "netboot-pxe"
version = "0.1.0"
edition = "2024"

[dependencies]
clap = { version = "4.5.48", features = ["env", "derive"] }
ipnet = "2.11.0"
libc = "0.2.176"