From e1793b571eadb06c3da09697d379eccd72b12b73 Mon Sep 17 00:00:00 2001 From: mrw1593 Date: Wed, 15 Mar 2023 19:05:21 -0400 Subject: Created a basic HttpServer --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 8ca0d90..ecf7442 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,3 +6,4 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] +actix-web = "4" -- cgit v1.2.3