silly goober bot

sort deps

+8 -4
+8 -4
Cargo.toml
··· 11 11 edition = "2021" 12 12 13 13 [dependencies] 14 + color-eyre = "0.6.3" 14 15 dotenv = "0.15.0" 15 - poise = "0.6.1" 16 - serenity = "0.12.2" 17 16 humantime = "2.1.0" 18 - color-eyre = "0.6.3" 19 - tokio = { version = "1.38.0", features = ["macros", "rt-multi-thread"] } 17 + poise = "0.6.1" 20 18 regex = "1.10.5" 21 19 reqwest = "0.12.4" 20 + serenity = "0.12.2" 21 + tokio = { version = "1.38.0", features = ["macros", "rt-multi-thread"] } 22 + 23 + [lints.clippy] 24 + all = "warn" 25 + pedantic = "warn"