zachery.lol/crates/server/Cargo.toml
Zachery Aaron Shores-Chmielewski 219bb6552e Flesh out about and projects pages
Authored by Claude, lovingly guided by Zachery Aaron Shores-Chmielewski
2026-07-24 12:45:02 +04:00

19 lines
442 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", "cors", "limit", "set-header"] }
serde_json = "1.0.145"
message-tools = { path = "../message-tools" }
getrandom = "0.3.4"
lazy_static = "1.5.0"
serde = { version = "1.0.228", features = ["derive"] }