Implemented basic webserver
This commit is contained in:
parent
b2662dadb7
commit
e9d0580f7e
4 changed files with 149 additions and 56 deletions
|
|
@ -6,6 +6,7 @@ edition = "2024"
|
|||
[dependencies]
|
||||
image = {version = "0.25.8", features = ["png"]}
|
||||
|
||||
axum = { version = "0.8.4", features = ["multipart"] }
|
||||
# axum = { version = "0.8.4", features = ["multipart", "debug"] }
|
||||
axum = { version = "0.8.4", features = ["multipart", "http2", "macros"] }
|
||||
tokio = { version = "1.0", features = ["full"] }
|
||||
tower-http = { version = "0.6.1", features = ["limit", "trace"] }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue