build(rust/cargo): adding the anyhow dependency

This commit is contained in:
Raphael 2026-02-25 21:52:24 +01:00
parent 3a347721b4
commit 6aac7e2c75
No known key found for this signature in database

View file

@ -7,6 +7,7 @@ keywords = ["bot", "serenity", "discord"]
repository = "https://github.com/EniumRaphael/TTY"
[dependencies]
anyhow = "1.0.102"
dotenvy = "0.15.7"
inventory = "0.3.21"
serde = { version = "1.0.228", features = ["derive"] }