KBin/Cargo.toml

14 lines
310 B
TOML
Raw Permalink Normal View History

2024-07-03 02:57:48 +00:00
[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"