Fix typo
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Isaac Mills 2025-05-29 10:58:37 -06:00
parent f9f094b1bf
commit b4c1e550d5
Signed by: fnmain
GPG key ID: B67D7410F33A0F61
6 changed files with 418 additions and 20 deletions

View file

@ -4,6 +4,14 @@ version = "0.1.0"
edition = "2024"
[dependencies]
ansi-to-html = { version = "0.2.2", features = ["lazy-init"] }
axum = "0.8.4"
color-eyre = "0.6.4"
dotenvy_macro = "0.15.7"
maud = { version = "0.27.0", features = ["axum"] }
serde = { version = "1.0.219", features = ["derive"] }
serenity = { version = "0.12.4", default-features = false, features = ["model", "rustls_backend", "http"] }
tokio = { version = "1.45.1", features = ["rt", "rt-multi-thread", "macros"] }
tracing = "0.1.41"
tracing-error = "0.2.1"
tracing-subscriber = { version = "0.3.19", features = ["env-filter"] }