2025-11-08 07:52:31 +03:00
|
|
|
[package]
|
|
|
|
|
name = "filmoteka-server"
|
|
|
|
|
version = "0.1.0"
|
|
|
|
|
edition = "2024"
|
|
|
|
|
|
|
|
|
|
[dependencies]
|
2025-11-12 13:57:40 +03:00
|
|
|
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"] }
|
2025-11-08 07:52:31 +03:00
|
|
|
tokio = { version = "1.48.0", features = ["full"]}
|