moved backend into backend directory

This commit is contained in:
Colin McKechney
2023-04-28 01:10:08 -04:00
parent 7f1e4a0808
commit cc1c370e56
5 changed files with 0 additions and 0 deletions

20
backend/Cargo.toml Normal file
View File

@@ -0,0 +1,20 @@
[package]
name = "adv_db"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
actix-cors = "0.6.4"
actix-identity = "0.5.2"
actix-session = { version = "0.7.2", features = ["cookie-session"] }
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"] }
serde_json = "1.0.96"
sha2 = "0.10.6"