[package] name = "denim-bot" version = "3002.0.0-alpha.1" edition = "2024" [dependencies] denim-bot-macros = { path = "./denim-bot-macros" } automod = "1.0.16" diacritics = "0.2.2" dotenvy = "0.15.7" inventory = "0.3.22" levenshtein = "1.0.5" serenity = "0.12.5" tokio = { version = "1.49.0", features = ["macros", "rt-multi-thread"] }