Cargo.toml init

This commit is contained in:
Rorik Star Platinum 2025-11-03 21:28:22 +03:00
parent 2cc36354c5
commit 04b2b056cc
2 changed files with 2069 additions and 0 deletions

View file

@ -4,3 +4,9 @@ version = "0.1.0"
edition = "2024"
[dependencies]
axum = "0.8"
tokio = { version = "1.48", features = ["full"] }
sqlx = { version = "0.8", features = ["runtime-tokio-rustls", "postgres"] }
dotenvy = "0.15"
serde = { version = "1", features = ["derive"] }
serde_json = "1.0"