mirror of
https://github.com/LeNei/axum-sqlx-template.git
synced 2026-02-13 22:56:19 +00:00
base inertia setup
This commit is contained in:
@@ -32,8 +32,9 @@ log = "0.4"
|
||||
tracing = "0.1.19"
|
||||
tracing-subscriber = { version = "0.3", features = ["registry", "env-filter"] }
|
||||
tracing-bunyan-formatter = "0.3"
|
||||
tracing-log = "0.1.1"
|
||||
tracing-log = "0.2.0"
|
||||
axum-inertia = { git = "https://github.com/LeNei/axum-inertia" }
|
||||
axum = { version = "0.8.1", features = ["tracing"] }
|
||||
tower-http = { version = "0.6.2", features = ["trace", "cors"] }
|
||||
tower-http = { version = "0.6.2", features = ["trace", "cors", "fs"] }
|
||||
http = "1.3.1"
|
||||
anyhow = "1.0"
|
||||
|
||||
Reference in New Issue
Block a user