diff options
| author | diogo464 <[email protected]> | 2025-10-11 11:34:59 +0100 |
|---|---|---|
| committer | diogo464 <[email protected]> | 2025-10-11 11:34:59 +0100 |
| commit | 521218ce06fbb7bd518eb6a069406936079e3ec2 (patch) | |
| tree | 862e84ec23175119abb7652e197a4113e7fcc31b /Cargo.toml | |
| parent | 89db26c86bf48a4c527778fc254765a38b7e9085 (diff) | |
initial working version
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -4,5 +4,6 @@ version = "0.1.0" | |||
| 4 | edition = "2024" | 4 | edition = "2024" |
| 5 | 5 | ||
| 6 | [dependencies] | 6 | [dependencies] |
| 7 | clap = { version = "4.5.48", features = ["env", "derive"] } | ||
| 7 | ipnet = "2.11.0" | 8 | ipnet = "2.11.0" |
| 8 | libc = "0.2.176" | 9 | libc = "0.2.176" |
