Add logging

This commit is contained in:
2024-08-24 18:01:55 +02:00
parent d7c8e9cde5
commit daa9bb04af
3 changed files with 54 additions and 2 deletions

View File

@@ -7,7 +7,9 @@ edition = "2021"
anyhow = "1.0.86"
clap = { version = "4.5.16", features = ["derive"] }
dhcproto = "0.12.0"
env_logger = "0.11.5"
hex = "0.4.3"
ipnetwork = "0.20.0"
log = "0.4.22"
pnet = "0.35.0"
tokio = { version = "1.39.3", features = ["macros", "net", "rt-multi-thread"] }