foxchat/foxchat/Cargo.toml
2024-01-16 17:16:39 +01:00

15 lines
367 B
TOML

[package]
name = "foxchat"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
axum = "0.7.4"
eyre = "0.6.11"
serde = { version = "1.0.195", features = ["derive"] }
serde_json = "1.0.111"
sqlx = "0.7.3"
tracing = "0.1.40"
uuid = { version = "1.6.1", features = ["v7"] }