feat: move the packets library over to use async
This commit is contained in:
parent
79ffeafc29
commit
b75eec70e0
9 changed files with 163 additions and 71 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue