wrbapp-next/server/Cargo.toml

17 lines
368 B
TOML

[package]
name = "wrbapp_server"
version = "0.1.0"
edition = "2021"
[dependencies]
axum = { version = "0.8", features = [ "macros" ] }
tokio = { version = "1.43", features = [ "rt-multi-thread", "macros" ] }
sqlx = { version = "0.8", features = [ "runtime-tokio", "postgres" ] }
serde = "1.0"
dotenvy = "0.15.7"
# Tracing
tracing = "0.1"
tracing-subscriber = "0.3"