Dropped the nuke on the backend folder (new trait too :D)

This commit is contained in:
LinlyBoi
2022-12-30 23:48:32 +02:00
parent 8b6989f45e
commit a530303f73
9 changed files with 16 additions and 481 deletions

View File

@@ -6,10 +6,14 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
diesel = { version = "2.0.0",features = ["postgres","r2d2","chrono"] }
dotenv = "0.15"
chrono = "0.2.25"
common = { path = "../common"}
actix-web = "4.0.0-rc.1"
tokio = { version = "1.17.0", features = ["full"] }
yew = { version = "0.20.0", features = ["csr"] }
anyhow = "1.0"
futures = "0.3"
serde = { version = "1", features = ["derive"] }
serde_json = "1"
sqlx = {features = ["postgres", "json", "runtime-actix-rustls", "chrono", "decimal", "uuid"] }
async-trait = {}
tokio = { version = "1.20.0", features = ["macros"]}