feat: add debug thingys
This commit is contained in:
parent
e2004844d1
commit
2e8353b9b8
4 changed files with 307 additions and 10 deletions
|
|
@ -14,7 +14,7 @@ k8s-openapi = { version = "0.26.0", features = ["latest", "schemars"] }
|
|||
schemars = { version = "1" }
|
||||
|
||||
# Tokio
|
||||
tokio = { version = "1.14.0", features = ["full"] }
|
||||
tokio = { version = "1.15.0", features = ["full", "tracing"] }
|
||||
tokio-stream = { version = "0.1.9", features = ["net"] }
|
||||
|
||||
# Error tracing?
|
||||
|
|
@ -44,3 +44,4 @@ evalexpr = { version = "13.1.0", features = ["regex"] }
|
|||
async-trait = "0.1.89"
|
||||
tokio-util = { version = "0.7.18", features = ["rt"] }
|
||||
itertools = "0.14.0"
|
||||
console-subscriber = "0.5.0"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue