4
0
Fork 0
mirror of https://github.com/zzzzDev4/ias-tea-axum.git synced 2025-04-26 09:45:56 +02:00
backend/Cargo.toml
2024-06-16 17:36:59 +02:00

18 lines
No EOL
488 B
TOML

[package]
name = "ias-tea-axum"
version = "0.1.0"
edition = "2021"
[dependencies]
axum = "0.7.3"
chrono = "0.4.38"
uuid = { version = "1.8.0", features = ["v4"] }
serde = { version = "1.0.188", features = ["derive"] }
shuttle-axum = "0.46.0"
shuttle-runtime = "0.46.0"
shuttle-shared-db = { version = "0.46.0", features = ["postgres", "sqlx"] }
sqlx = { version = "0.7.1", features = [ "chrono", "uuid" ] }
tokio = "1.28.2"
tower-http = { version = "0.5.0", features = ["fs", "cors"] }