From 0925eaadedd6d99ea0440aeab5b50db2ddcbf8ed Mon Sep 17 00:00:00 2001 From: darkicewolf50 Date: Mon, 28 Apr 2025 12:59:01 -0600 Subject: [PATCH] feat(toml): added serde, and actixs to project --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 6fbf5b8..7c4827f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,3 +4,4 @@ version = "0.1.0" edition = "2024" [dependencies] +actix-web = "4"