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"