diff options
| author | mrw1593 <botahamec@outlook.com> | 2023-03-15 19:05:21 -0400 |
|---|---|---|
| committer | mrw1593 <botahamec@outlook.com> | 2023-03-15 19:05:21 -0400 |
| commit | e1793b571eadb06c3da09697d379eccd72b12b73 (patch) | |
| tree | ed6141d199a596431dc1b3dda6b7a79e440b702f /Cargo.toml | |
| parent | 7136b081097377d5c85b3c64f5e1443e98fc5318 (diff) | |
Created a basic HttpServer
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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" |
