diff options
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 9 |
1 files changed, 6 insertions, 3 deletions
@@ -18,19 +18,22 @@ reqwest = "0.11" chrono = { version = "0.4", features = ["serde"] } [dependencies.serenity] -version = "0.10" +git = "https://github.com/serenity-rs/serenity" +branch = "next" default-features = false features = [ "rustls_backend", "cache", "client", - "framework", "gateway", "model", - "standard_framework", "utils", "collector", ] +[patch.crates-io.serenity] +git = "https://github.com/serenity-rs/serenity" +branch = "next" + [dependencies.poise] git = "https://github.com/kangalioo/poise" |