silly goober bot
at main 41 lines 949 B view raw
1[package] 2name = "blahaj" 3version = "0.2.1" 4license = "MIT" 5authors = ["isabel roses <isabel@isabelroses.com>"] 6description = "the resident discord bot of :3" 7readme = "README.md" 8homepage = "https://github.com/isabelroses/blahaj" 9repository = "https://github.com/isabelroses/blahaj" 10keywords = ["discord", "bot", "serenity"] 11edition = "2024" 12 13[dependencies] 14bottomify = "1.2.0" 15color-eyre = "0.6.5" 16dotenv = "0.15.0" 17humantime = "2.2.0" 18kittysay = "0.8.0" 19nixpkgs-track_lib = "0.2.0" 20rand = "0.9.1" 21regex = "1.11.1" 22serde_json = "1.0.140" 23serenity = "0.12.4" 24poise = { git = "https://github.com/serenity-rs/poise", branch = "current" } 25 26[dependencies.serde] 27version = "1.0.219" 28features = ["derive"] 29 30[dependencies.reqwest] 31version = "0.12.22" 32features = ["json"] 33 34[dependencies.tokio] 35version = "1.46.1" 36features = ["macros", "rt-multi-thread"] 37 38[lints.clippy] 39all = "warn" 40pedantic = "warn" 41unreadable_literal = { level = "allow", priority = 1 }