summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorDaniel Hader <[email protected]>2026-05-13 16:55:39 -0500
committerDaniel Hader <[email protected]>2026-05-13 16:55:39 -0500
commit30332cc3b6633f49f0c1ec1f8a7c83922f770d37 (patch)
tree701a61cd95b4664fb3ba5222f133cbb15d8688ec /Cargo.toml
parentf23c5dbb3b725dc481cc79d5d4096232963250dd (diff)
static serving using tower_httpHEADmain
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index a9e44d5..72ae85f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -12,3 +12,4 @@ r2d2_sqlite = "0.34.0"
serde = { version = "1.0.228", features = ["derive"] }
serde_json = "1.0.149"
tokio = { version = "1.52.2", features = ["macros", "rt-multi-thread"] }
+tower-http = { version = "0.6.10", features = ["fs"] }