Prelude: no more crossbeam/rayon

This commit is contained in:
Natsu Kagami 2020-09-07 02:37:14 -04:00
parent 1508523ca9
commit 2ad04b34c9
Signed by: nki
GPG key ID: 73376E117CD20735
2 changed files with 0 additions and 4 deletions

View file

@ -12,9 +12,7 @@ async-trait = "0.1"
futures-util = "0.3"
tokio = { version = "0.2", features = ["time"] }
youmubot-db = { path = "../youmubot-db" }
crossbeam-channel = "0.4"
reqwest = "0.10"
rayon = "1"
chrono = "0.4"
[dependencies.serenity]