zachery.lol/crates/server/Cargo.toml
2025-11-17 21:22:05 -05:00

18 lines
356 B
TOML

[package]
name = "server"
version = "0.1.0"
edition = "2024"
[[bin]]
name = "server"
path = "bin/main.rs"
[dependencies]
axum = "0.8.7"
tokio = { version = "1.48.0", features = ["full"] }
tower-http = { version = "0.6.6", features = ["fs"] }
serde_json = "1.0.145"
message-tools = { path = "../message-tools" }
getrandom = "0.3.4"
lazy_static = "1.5.0"