osu: Remove rayon and add tower

This commit is contained in:
Natsu Kagami 2020-09-07 19:01:35 -04:00
parent b776a1d26e
commit b819509244
Signed by: nki
GPG key ID: 73376E117CD20735
2 changed files with 160 additions and 2 deletions

View file

@ -10,9 +10,9 @@ edition = "2018"
serenity = "0.9.0-rc.0"
chrono = "0.4.10"
reqwest = "0.10.1"
tower = "0.3"
serde = { version = "1.0", features = ["derive"] }
bitflags = "1"
rayon = "1.1"
lazy_static = "1"
regex = "1"
oppai-rs = "0.2.0"