KBin/Cargo.toml
2024-07-02 22:57:48 -04:00

14 lines
310 B
TOML

[package]
name = "klectr-bin"
version = "0.1.0"
edition = "2021"
[dependencies]
axum = "0.7.3"
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 = "0.7.1"
tokio = "1.28.2"