Implement points with a postgresql database

This commit is contained in:
2025-11-12 01:55:35 +03:00
parent ff885024d9
commit f9a1609e0c
5 changed files with 1426 additions and 24 deletions

View File

@ -5,5 +5,7 @@ edition = "2024"
[dependencies]
axum = "0.8.6"
dotenvy = "0.15.7"
serde = { version = "1.0.228", features = ["derive"] }
sqlx = { version = "0.8.6", features = ["postgres", "runtime-tokio"] }
tokio = { version = "1.48.0", features = ["full"] }