Add option to format output as json

This commit is contained in:
2024-08-24 19:16:02 +02:00
parent b9ce034241
commit f488a08851
3 changed files with 28 additions and 3 deletions

View File

@@ -13,5 +13,6 @@ ipnetwork = "0.20.0"
log = "0.4.22"
pnet = "0.35.0"
serde = { version = "1.0.209", features = ["derive"] }
serde_json = "1.0.127"
serde_yaml = "0.9.34"
tokio = { version = "1.39.3", features = ["macros", "net", "rt-multi-thread"] }