initial version

This commit is contained in:
2022-01-23 12:59:40 +01:00
commit 2de93bd470
4 changed files with 2348 additions and 0 deletions

9
Cargo.toml Normal file
View File

@ -0,0 +1,9 @@
[package]
name = "demo"
version = "0.1.0"
edition = "2021"
[dependencies]
actix-web = "3"
tokio = { version = "0.2", features = ["macros"] }
sqlx = { version = "0.4", features = ["runtime-actix-rustls", "postgres"] }