sender: added basic file serving for sender
This commit is contained in:
parent
518e9416b7
commit
acec23a5d3
8 changed files with 93 additions and 6 deletions
|
|
@ -22,5 +22,5 @@ tracing-subscriber = "0.3.18"
|
|||
env_logger = "0.11.3"
|
||||
log = "0.4.21"
|
||||
dotenv = { version = "0.15.0", features = ["clap"] }
|
||||
tower-http = "0.5.2"
|
||||
tower-http = {version = "0.5.2", features = ["fs"]}
|
||||
axum-client-ip = "0.6.0"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue