mirror of
https://github.com/robertwayne/axum-htmx
synced 2025-12-18 13:45:17 +01:00
Use axum-core,async-trait,http instead of axum
This commit is contained in:
parent
02cb1e64c1
commit
3f23ac7251
5 changed files with 20 additions and 23 deletions
|
|
@ -17,7 +17,9 @@ guards = ["tower", "futures-core", "pin-project-lite"]
|
|||
serde = ["dep:serde", "dep:serde_json"]
|
||||
|
||||
[dependencies]
|
||||
axum = { version = "0.7", default-features = false }
|
||||
axum-core = "0.4"
|
||||
http = { version = "1.0.0", default-features = false }
|
||||
async-trait = "0.1.74"
|
||||
|
||||
# Optional dependencies required for the `guards` feature.
|
||||
tower = { version = "0.4", default-features = false, optional = true }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue