basic web server functionality

This commit is contained in:
Colin McKechney
2023-04-27 01:46:34 -04:00
parent 1986941c23
commit 54b4a30f90
3 changed files with 985 additions and 20 deletions

View File

@@ -6,9 +6,11 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
actix-web = "4.3.1"
chrono = "0.4.24"
env_logger = "0.10.0"
log = "0.4.17"
oracle = "0.5.7"
rand = "0.8.5"
serde = { version = "1.0.160", features = ["derive"] }
sha2 = "0.10.6"