thesandwi.ch/thesandwich-backend/Cargo.toml
Isaac Mills f9f094b1bf
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Make all the text white
2025-05-29 10:20:54 -06:00

9 lines
264 B
TOML

[package]
name = "thesandwich-backend"
version = "0.1.0"
edition = "2024"
[dependencies]
axum = "0.8.4"
maud = { version = "0.27.0", features = ["axum"] }
serenity = { version = "0.12.4", default-features = false, features = ["model", "rustls_backend", "http"] }