Add static asset serving

This commit is contained in:
2024-11-09 12:50:56 -07:00
parent 1d8f3fd791
commit b19f629605
3 changed files with 435 additions and 18 deletions
+3
View File
@@ -7,9 +7,12 @@ edition = "2021"
[dependencies]
anyhow = "1.0.86"
axum = "0.7.7"
lazy_static = "1.4.0"
tokio = { version = "1.37.0", features = ["full"] }
tokio-rustls = "0.26.0"
tower = "0.5.1"
tower-http = { version = "0.6.1", features = ["fs"] }
tracing = { version = "0.1.40", features = ["async-await"] }
tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }
wtransport = "0.1.13"