Lots of refactoring, mostly to figure out how Axum works, tbh
This commit is contained in:
@@ -15,6 +15,7 @@ base64 = "0.21.0"
|
||||
dotenvy = "0.15.6"
|
||||
ed25519-dalek = "2.0.0-pre.0"
|
||||
hex = "0.4.3"
|
||||
hyper = "0.14"
|
||||
opentelemetry = { version = "0.18.0", features = ["trace", "rt-tokio"] }
|
||||
opentelemetry-jaeger = "0.17.0"
|
||||
serde = "1.0.152"
|
||||
@@ -28,6 +29,7 @@ sqlx = { version = "0.6.2", features = [
|
||||
]}
|
||||
time = "0.3.20"
|
||||
tokio = { version = "1.26.0", features = ["full"] }
|
||||
tower = { version = "0.4.13", features = ["full"] }
|
||||
tower-http = { version = "0.4.0", features = ["trace"] }
|
||||
tracing = "0.1.37"
|
||||
tracing-loki = "0.2.2"
|
||||
|
||||
Reference in New Issue
Block a user