Automatically generate yaml output

This commit is contained in:
2024-08-24 19:03:13 +02:00
parent 36a5fe61cc
commit 1b2a8793e6
3 changed files with 96 additions and 16 deletions

View File

@@ -12,4 +12,6 @@ hex = "0.4.3"
ipnetwork = "0.20.0"
log = "0.4.22"
pnet = "0.35.0"
serde = { version = "1.0.209", features = ["derive"] }
serde_yaml = "0.9.34"
tokio = { version = "1.39.3", features = ["macros", "net", "rt-multi-thread"] }