8000 dhcpd: configure · Andy-Python-Programmer/dhcpd@94aade6 · GitHub
[go: up one dir, main page]

Skip to content

Commit 94aade6

Browse files
dhcpd: configure
Signed-off-by: Andy-Python-Programmer <andypythonappdeveloper@gmail.com>
1 parent 0c68ef6 commit 94aade6

File tree

3 files changed

+264
-18
lines changed

3 files changed

+264
-18
lines changed

Cargo.lock

Lines changed: 70 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,6 @@ authors = ["Anhad Singh <andypython@protonmail.com>"]
77
[dependencies]
88
simple_endian = "*"
99
byteorder = { version = "*", default-features = false }
10+
num-derive = { version = "0.3", default-features = false }
11+
num-traits = { version = "0.2", default-features = false }
12+
libc = "0.2.139"

0 commit comments

Comments
 (0)
0