mraow/backend/Cargo.toml
2023-12-25 15:06:35 -05:00

21 lines
574 B
TOML

[package]
name = "backend"
version = "0.1.0"
edition = "2021"
[dependencies]
common = { path = "../common" }
anyhow = { version = "1.0.76", features = ["backtrace"] }
axum = { version = "0.7.2", features = ["http2", "multipart", "macros", "ws"] }
dashmap = "5.5.3"
ed25519-compact = "2.0.6"
futures = "0.3.30"
k256 = "0.13.2"
lazy_static = "1.4.0"
prisma-client-rust = { git = "https://github.com/Brendonovich/prisma-client-rust", tag = "0.6.10" }
rand = "0.8.5"
ring = "0.17.7"
serde = "1.0.193"
serde_json = "1.0.108"
tokio = { version = "1.35.1", features = ["full"] }