zachery.lol/crates/server/Cargo.toml
Aaron Global 6f49740c39 init
2025-11-17 17:21:49 -05:00

12 lines
190 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"] }