mirror of
https://github.com/lennart-k/rustical.git
synced 2025-12-13 18:12:27 +00:00
Work on axum support
This commit is contained in:
@@ -86,7 +86,8 @@ sqlx = { version = "0.8", default-features = false, features = [
|
||||
"migrate",
|
||||
"json",
|
||||
] }
|
||||
http = "0.2" # This version is used by actix-web
|
||||
http_02 = { package = "http", version = "0.2" } # actix-web uses a very outdated version
|
||||
http = "1.3"
|
||||
headers = "0.4"
|
||||
strum = "0.27"
|
||||
strum_macros = "0.27"
|
||||
|
||||
Reference in New Issue
Block a user