mirror of
https://github.com/shiroyashik/sculptor.git
synced 2025-12-06 04:51:13 +03:00
use tracing instead, revert this string converter function
This commit is contained in:
parent
d4f0aa96c3
commit
6d26330bd8
3 changed files with 33 additions and 1 deletions
|
|
@ -36,6 +36,7 @@ axum = { version = "0.7.5", features = ["ws", "macros", "http2"] }
|
|||
tower-http = { version = "0.5.2", features = ["trace"] }
|
||||
tokio = { version = "1.37.0", features = ["full"] }
|
||||
tracing-subscriber = { version = "0.3.18", features = ["env-filter", "chrono"] }
|
||||
tracing = "0.1.40"
|
||||
|
||||
# TODO: Sort it!
|
||||
# TODO: Replace Vec<u8> and &[u8] by Bytes
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue