summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authormrw1593 <botahamec@outlook.com>2023-03-15 19:05:21 -0400
committermrw1593 <botahamec@outlook.com>2023-03-15 19:05:21 -0400
commite1793b571eadb06c3da09697d379eccd72b12b73 (patch)
treeed6141d199a596431dc1b3dda6b7a79e440b702f /Cargo.toml
parent7136b081097377d5c85b3c64f5e1443e98fc5318 (diff)
Created a basic HttpServer
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
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"