From 6aac7e2c7574c203c216b8077e805a23a90946c6 Mon Sep 17 00:00:00 2001 From: Raphael Date: Wed, 25 Feb 2026 21:52:24 +0100 Subject: [PATCH] build(rust/cargo): adding the anyhow dependency --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index baf4f80..58c347d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"] }