Core: updated serenity to async

This commit is contained in:
Natsu Kagami 2020-09-03 19:29:34 -04:00
parent c0df49277c
commit cbfccedb1b
Signed by: nki
GPG key ID: 73376E117CD20735
2 changed files with 6 additions and 2 deletions

View file

@ -7,11 +7,13 @@ edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
serenity = "0.8"
serenity = { version = "0.9.0-rc.0", features = ["collector"] }
rand = "0.7"
serde = { version = "1", features = ["derive"] }
chrono = "0.4"
static_assertions = "1.1"
futures-util = "0.3"
tokio = { version = "0.2", features = ["time"] }
youmubot-db = { path = "../youmubot-db" }
youmubot-prelude = { path = "../youmubot-prelude" }