[no description]
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml11
1 files changed, 9 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index e47ff13..7b3bc76 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -18,7 +18,7 @@ serenity = { version = "0.12", features = [
"rustls_backend",
"gateway",
"model",
-], default-features = false, git = "https://github.com/serenity-rs/serenity" }
+], default-features = false }
clap = { version = "4.4", features = ["derive"] }
env_logger = "0.10"
log = "0.4"
@@ -32,7 +32,14 @@ rustls = "0.23.36"
openssl = { version = "0.10.35", features = ["vendored"] }
fimg = { git = "https://git.bendn.org/fimg", version = "0.4.51" }
gif = "0.14.1"
-image = { version = "0.25.9", features = ["bmp", "dds", "hdr", "ico", "pnm", "tga"] }
+image = { version = "0.25.9", features = [
+ "bmp",
+ "dds",
+ "hdr",
+ "ico",
+ "pnm",
+ "tga",
+] }
[patch.crates-io]
serenity = { git = "https://github.com/serenity-rs/serenity" }