/films implementation

This commit is contained in:
2025-11-12 13:57:40 +03:00
parent 5d7b1da363
commit d2d8799dd3
5 changed files with 620 additions and 55 deletions

View File

@ -4,5 +4,9 @@ version = "0.1.0"
edition = "2024"
[dependencies]
axum = { "0.8.6", features = ["full"]}
axum = "0.8.6"
chrono = "0.4.42"
dotenvy = "0.15.7"
serde = "1.0.228"
sqlx = { version = "0.8.6", features = ["postgres", "runtime-tokio", "time", "macros"] }
tokio = { version = "1.48.0", features = ["full"]}