mirror of
https://github.com/natsukagami/youmubot.git
synced 2025-04-18 16:28:55 +00:00
Add rosu-v2
This commit is contained in:
parent
2f4a2c978d
commit
5666e560e9
3 changed files with 419 additions and 316 deletions
732
Cargo.lock
generated
732
Cargo.lock
generated
File diff suppressed because it is too large
Load diff
|
@ -1,7 +1,5 @@
|
|||
[workspace]
|
||||
|
||||
resolver = "2"
|
||||
|
||||
members = [
|
||||
"youmubot-prelude",
|
||||
"youmubot-db",
|
||||
|
|
|
@ -16,6 +16,7 @@ osuparse = { git = "https://github.com/eltrufas/osuparse", rev = "ad8f6e5e7771e7
|
|||
regex = "1.5.6"
|
||||
reqwest = "0.11.10"
|
||||
rosu-pp = "0.9.1"
|
||||
rosu-v2 = "0.8"
|
||||
serde = { version = "1.0.137", features = ["derive"] }
|
||||
serenity = "0.11.2"
|
||||
zip = "0.6.2"
|
||||
|
|
Loading…
Add table
Reference in a new issue