mirror of
https://github.com/natsukagami/youmubot.git
synced 2025-04-19 00:38:54 +00:00
Remove osuparse
This commit is contained in:
parent
e9a6e55569
commit
e61cbb327a
2 changed files with 0 additions and 10 deletions
9
Cargo.lock
generated
9
Cargo.lock
generated
|
@ -1461,14 +1461,6 @@ dependencies = [
|
|||
"vcpkg",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "osuparse"
|
||||
version = "2.0.1"
|
||||
source = "git+https://github.com/eltrufas/osuparse?rev=ad8f6e5e7771e7cbaa2ec96c376558f9731139af#ad8f6e5e7771e7cbaa2ec96c376558f9731139af"
|
||||
dependencies = [
|
||||
"unicase",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "parking_lot"
|
||||
version = "0.12.1"
|
||||
|
@ -3290,7 +3282,6 @@ dependencies = [
|
|||
"dashmap",
|
||||
"futures-util",
|
||||
"lazy_static",
|
||||
"osuparse",
|
||||
"rand",
|
||||
"regex",
|
||||
"reqwest",
|
||||
|
|
|
@ -12,7 +12,6 @@ bitflags = "1.3.2"
|
|||
chrono = "0.4.19"
|
||||
dashmap = "5.3.4"
|
||||
lazy_static = "1.4.0"
|
||||
osuparse = { git = "https://github.com/eltrufas/osuparse", rev = "ad8f6e5e7771e7cbaa2ec96c376558f9731139af" }
|
||||
regex = "1.5.6"
|
||||
reqwest = "0.11.10"
|
||||
rosu-pp = "1.0"
|
||||
|
|
Loading…
Add table
Reference in a new issue