perf: remove lazy_static

This commit is contained in:
amizing25
2025-03-09 05:09:09 +07:00
parent 7d233dc614
commit 6d9bf58a85
9 changed files with 78 additions and 106 deletions
+13 -14
View File
@@ -4,29 +4,28 @@ version = "0.1.0"
edition = "2024"
[dependencies]
anyhow.workspace = true
env_logger.workspace = true
tower-http = { workspace = true, features = ["cors"]}
# Framework
tokio.workspace = true
tower-http = { workspace = true, features = ["cors"] }
axum.workspace = true
axum-server.workspace = true
lazy_static.workspace = true
# JSON
serde.workspace = true
serde_json.workspace = true
tokio.workspace = true
tokio-util.workspace = true
# Logging
tracing.workspace = true
tracing-futures.workspace = true
tracing-log.workspace = true
tracing-subscriber.workspace = true
tracing-bunyan-formatter.workspace = true
ansi_term.workspace = true
env_logger.workspace = true
# Encoding / Serialization
prost.workspace = true
rbase64.workspace = true
proto.workspace = true
# Error handling
anyhow.workspace = true
# Local
common.workspace = true
proto.workspace = true