diff --git a/Cargo.toml b/Cargo.toml index 9be9c47..dc81edc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,6 +10,6 @@ serde_json = "*" rusqlite = { version = "*", features = ["bundled"] } serenity = { version = "0.8", default-features = false, features = [ "builder", "cache", "client", "framework", "gateway", "model", "standard_framework", "utils", "voice", "rustls_backend"]} parking_lot = "*" -anyhow = "*" +anyhow = { version = "*", features = ["backtrace"] } hey_listen = "*" rand = "*"