This commit is contained in:
2024-12-21 20:56:28 +00:00
commit 04782f4a11
3 changed files with 318 additions and 0 deletions

7
Cargo.toml Normal file
View File

@@ -0,0 +1,7 @@
[package]
name = "dhcpleasemon"
version = "0.1.0"
edition = "2021"
[dependencies]
clap = { version = "4.5.22", features = ["derive"] }