silly goober bot
at 3c2bd7ee788429daa623e7ddde540802d314f85d 41 lines 865 B view raw
1[package] 2name = "blahaj" 3version = "0.2.0" 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 = "2021" 12 13[dependencies] 14bottomify = "1.2.0" 15color-eyre = "0.6.3" 16dotenv = "0.15.0" 17humantime = "2.1.0" 18kittysay = "0.8.0" 19poise = "0.6.1" 20rand = "0.8.5" 21regex = "1.10.5" 22serenity = "0.12.2" 23 24[dependencies.serde] 25version = "1.0.203" 26features = ["derive"] 27 28[dependencies.reqwest ] 29version = "0.12.4" 30features = ["json"] 31 32[dependencies.tokio] 33version = "1.38.0" 34features = ["macros", "rt-multi-thread"] 35 36[dependencies.git-tracker] 37git = "https://github.com/getchoo/nixpkgs-tracker-bot" 38 39[lints.clippy] 40all = "warn" 41pedantic = "warn"