[BROKEN] started working on web server implementation
This commit is contained in:
parent
7d42fe7211
commit
b2662dadb7
4 changed files with 732 additions and 90 deletions
|
|
@ -5,3 +5,7 @@ edition = "2024"
|
|||
|
||||
[dependencies]
|
||||
image = {version = "0.25.8", features = ["png"]}
|
||||
|
||||
axum = { version = "0.8.4", features = ["multipart"] }
|
||||
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