Add tracing to lb

This commit is contained in:
2025-06-25 15:02:53 +10:00
parent e71d618d10
commit a07f62ecc5
3 changed files with 3 additions and 2 deletions

View File

@@ -9,7 +9,8 @@ derive_more = { version = "2.0.1", features = ["full"] }
luaffi = { version = "0.1.0", path = "../luaffi" }
luajit = { version = "0.1.0", path = "../luajit" }
sysexits = "0.9.0"
tokio = { version = "1.45.1", features = ["rt", "time", "fs", "net", "process", "signal"] }
tokio = { version = "1.45.1", features = ["rt", "time", "fs", "net", "process", "signal", "tracing"] }
tracing = "0.1.41"
[dev-dependencies]
luaify = { path = "../luaify" }