chatthing/crates/backend/Cargo.toml

18 lines
508 B
TOML
Raw Normal View History

2024-09-23 00:12:56 +00:00
[package]
name = "backend"
version = "0.1.0"
edition = "2021"
[dependencies]
axum = { version = "0.7.5", features = [ "json", "macros" ] }
axum-macros = "0.4.1"
chrono-tz = "0.10.0"
maud = "0.26.0"
sqlx = { version = "0.8.2", features = ["postgres", "runtime-tokio", "tls-rustls-ring", "uuid" ] }
tokio = { version = "1.40.0", features = ["full"] }
tokio-tungstenite = "0.24.0"
serde = { version = "1", features = ["derive"] }
anyhow = "1"
uuid = { version = "1.10.0", features = ["serde"] }
rand = "0.8.5"