[no description]
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml11
1 files changed, 5 insertions, 6 deletions
diff --git a/Cargo.toml b/Cargo.toml
index d346474..f70413e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -7,7 +7,6 @@ edition = "2021"
[dependencies]
mindus = { version = "5.0.14", default-features = false }
-phf = { version = "0.11.2", features = ["macros"] }
anyhow = { version = "1.0.93", optional = true }
tokio = { version = "1.28.2", features = [
"net",
@@ -15,18 +14,18 @@ tokio = { version = "1.28.2", features = [
"rt",
"parking_lot",
], default-features = false, optional = true }
-serenity = { version = "0.12", features = [
+serenity = { git = "https://github.com/serenity-rs/serenity", branch = "next", features = [
"builder",
- "client",
+ # "client",
"rustls_backend",
"gateway",
"model",
], default-features = false, optional = true }
-poise = { git = "https://github.com/fgardt/poise", branch = "feat/user_apps", optional = true }
+# poise = { git = "https://github.com/serenity-rs/poise", branch = "serenity-next", optional = true }
[features]
-build = ["serenity", "poise", "tokio", "anyhow"]
+build = ["serenity", "tokio", "anyhow"]
+default = []
[patch.crates-io]
-serenity = { git = "https://github.com/serenity-rs/serenity" }
mindus = { git = "https://github.com/bend-n/mindus" }