From e59322c3cf782867036fdf2c018cdfee79fc51e4 Mon Sep 17 00:00:00 2001 From: silt Date: Thu, 5 Mar 2026 00:24:31 +0000 Subject: [PATCH] temp commit for merge --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b36d374..8db684b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,6 @@ edition = "2024" [[bin]] name = "frontend" -path = "src/frontend.rs" [dependencies] git2 = "0.20.2" @@ -14,3 +13,5 @@ serde = { version = "1.0.219", default-features = false, features = ["derive"] } #markdown = "1.0.0" tera = { version = "1.20.0", default-features = false, features = ["builtins"] } httparse = "1.10.1" +futures = { version = "0.3.31", default-features = false, features = ["std", "thread-pool", "executor"] } +tower-service = "0.3.3"