Files
rustgames-catalog-server/Cargo.toml

12 lines
307 B
TOML
Raw Permalink Normal View History

2025-11-06 18:29:52 +03:00
[package]
name = "rustgames-catalog-server"
version = "0.1.0"
edition = "2024"
[dependencies]
axum = "0.8.7"
dotenvy = "0.15.7"
2025-11-06 19:04:02 +03:00
serde = { version = "1.0.228", features = ["derive"] }
sqlx = { version = "0.8.6", features = ["postgres", "runtime-tokio"] }
2025-11-06 19:04:02 +03:00
tokio = { version = "1.48.0", features = ["full"] }