Initial version
This commit is contained in:
15
Cargo.toml
Normal file
15
Cargo.toml
Normal file
@@ -0,0 +1,15 @@
|
||||
[package]
|
||||
name = "lootakalenteri-backend"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
diesel = { version = "2.2.9", features = ["postgres", "uuid", "r2d2", "chrono"] }
|
||||
uuid = "1.8.0"
|
||||
dotenvy = "0.15.7"
|
||||
actix-web = "4.10.2"
|
||||
env_logger = "0.11.8"
|
||||
serde = { version = "1.0.219", features = ["derive"] }
|
||||
chrono = { version = "0.4.40", features = ["serde"] }
|
||||
serde_json = "1.0.51"
|
||||
actix-rt = "2.10.0"
|
||||
Reference in New Issue
Block a user