4
0
Fork 0
mirror of https://github.com/zzzzDev4/ias-tea-axum.git synced 2025-04-21 07:41:21 +02:00
backend/Cargo.toml
2024-12-18 15:39:41 +01:00

18 lines
No EOL
489 B
TOML

[package]
name = "ias-tea-axum"
version = "0.1.0"
edition = "2021"
[dependencies]
axum = "0.7.9"
chrono = "0.4.39"
uuid = { version = "1.11.0", features = ["v4"] }
serde = { version = "1.0.216", features = ["derive"] }
shuttle-axum = "0.49.0"
shuttle-runtime = "0.49.0"
shuttle-shared-db = { version = "0.49.0", features = ["postgres", "sqlx"] }
sqlx = { version = "0.8.2", features = [ "chrono", "uuid" ] }
tokio = "1.42.0"
tower-http = { version = "0.6.2", features = ["fs", "cors"] }