mirror of
https://github.com/natsukagami/youmubot.git
synced 2025-04-19 16:58:55 +00:00
Add rosu-v2
This commit is contained in:
parent
2f4a2c978d
commit
96ac66d84c
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]
|
[workspace]
|
||||||
|
|
||||||
resolver = "2"
|
resolver = "2"
|
||||||
|
|
||||||
members = [
|
members = [
|
||||||
"youmubot-prelude",
|
"youmubot-prelude",
|
||||||
"youmubot-db",
|
"youmubot-db",
|
||||||
|
|
|
@ -16,6 +16,7 @@ osuparse = { git = "https://github.com/eltrufas/osuparse", rev = "ad8f6e5e7771e7
|
||||||
regex = "1.5.6"
|
regex = "1.5.6"
|
||||||
reqwest = "0.11.10"
|
reqwest = "0.11.10"
|
||||||
rosu-pp = "0.9.1"
|
rosu-pp = "0.9.1"
|
||||||
|
rosu-v2 = "0.8"
|
||||||
serde = { version = "1.0.137", features = ["derive"] }
|
serde = { version = "1.0.137", features = ["derive"] }
|
||||||
serenity = "0.11.2"
|
serenity = "0.11.2"
|
||||||
zip = "0.6.2"
|
zip = "0.6.2"
|
||||||
|
|
Loading…
Add table
Reference in a new issue