mirror of
https://github.com/natsukagami/youmubot.git
synced 2025-05-25 09:40:49 +00:00
osu: Remove rayon and add tower
This commit is contained in:
parent
b776a1d26e
commit
b819509244
2 changed files with 160 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue