Add tracing to lb
This commit is contained in:
parent
e71d618d10
commit
a07f62ecc5
@ -1,3 +1,2 @@
|
|||||||
[build]
|
[build]
|
||||||
rustflags = ["--cfg", "tokio_unstable"]
|
rustflags = ["--cfg", "tokio_unstable"]
|
||||||
rustdocflags = ["--cfg", "tokio_unstable"]
|
|
||||||
|
1
Cargo.lock
generated
1
Cargo.lock
generated
@ -802,6 +802,7 @@ dependencies = [
|
|||||||
"luajit",
|
"luajit",
|
||||||
"sysexits",
|
"sysexits",
|
||||||
"tokio",
|
"tokio",
|
||||||
|
"tracing",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
|
@ -9,7 +9,8 @@ derive_more = { version = "2.0.1", features = ["full"] }
|
|||||||
luaffi = { version = "0.1.0", path = "../luaffi" }
|
luaffi = { version = "0.1.0", path = "../luaffi" }
|
||||||
luajit = { version = "0.1.0", path = "../luajit" }
|
luajit = { version = "0.1.0", path = "../luajit" }
|
||||||
sysexits = "0.9.0"
|
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]
|
[dev-dependencies]
|
||||||
luaify = { path = "../luaify" }
|
luaify = { path = "../luaify" }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user