lifting off

This commit is contained in:
LinlyBoi
2023-12-18 00:27:48 +02:00
parent dc09921a5d
commit 0dad808c75
3 changed files with 476 additions and 9 deletions

View File

@@ -9,6 +9,7 @@ edition = "2021"
actix-web = "4"
chrono = { version = "0.4.31", features = ["serde"] }
dotenv = "0.15.0"
env_logger = "0.10.1"
serde = "1.0.193"
serde_json = "1.0.108"
sqlx = {version = "0.7.3", features=["postgres", "chrono", "uuid", "runtime-async-std"]}