feat: move the packets library over to use async

This commit is contained in:
Tamipes 2025-11-26 00:37:32 +01:00
parent 79ffeafc29
commit b75eec70e0
9 changed files with 163 additions and 71 deletions

View file

@ -19,7 +19,7 @@ tokio-stream = { version = "0.1.9", features = ["net"] }
# Error tracing?
tracing = "0.1.36"
tracing-subscriber = "0.3.17"
tracing-subscriber = {version = "0.3.17", features = ["env-filter"]}
# Needed to parse data to yaml in kubectl
serde = "1.0.130"