From 30332cc3b6633f49f0c1ec1f8a7c83922f770d37 Mon Sep 17 00:00:00 2001 From: Daniel Hader Date: Wed, 13 May 2026 16:55:39 -0500 Subject: static serving using tower_http --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') 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"] } -- cgit v1.2.3