mirror of
https://github.com/zzzzDev4/ias-tea-axum.git
synced 2025-04-21 07:41:21 +02:00
16 lines
No EOL
367 B
TOML
16 lines
No EOL
367 B
TOML
[package]
|
|
name = "ias-tea-axum"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
|
|
axum = "0.7.3"
|
|
serde = { version = "1.0.188", features = ["derive"] }
|
|
shuttle-axum = "0.44.0"
|
|
shuttle-runtime = "0.44.0"
|
|
shuttle-shared-db = { version = "0.44.0", features = ["postgres", "sqlx"] }
|
|
sqlx = "0.7.1"
|
|
tokio = "1.28.2"
|
|
|
|
tower-http = { version = "0.5.0", features = ["fs"] } |