sarmentine/Cargo.toml
2026-04-07 20:50:06 -04:00

12 lines
172 B
TOML

[package]
name = "sarmentine"
version = "0.1.0"
edition = "2024"
[dependencies]
axum = "0.7"
tokio = { version = "1", features = ["full"] }
# Error handling
anyhow = "1"