mirror of
https://github.com/natsukagami/youmubot.git
synced 2025-04-19 16:58:55 +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",
|
"vcpkg",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
|
||||||
name = "osuparse"
|
|
||||||
version = "2.0.1"
|
|
||||||
source = "git+https://github.com/eltrufas/osuparse?rev=ad8f6e5e7771e7cbaa2ec96c376558f9731139af#ad8f6e5e7771e7cbaa2ec96c376558f9731139af"
|
|
||||||
dependencies = [
|
|
||||||
"unicase",
|
|
||||||
]
|
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "parking_lot"
|
name = "parking_lot"
|
||||||
version = "0.12.1"
|
version = "0.12.1"
|
||||||
|
@ -3290,7 +3282,6 @@ dependencies = [
|
||||||
"dashmap",
|
"dashmap",
|
||||||
"futures-util",
|
"futures-util",
|
||||||
"lazy_static",
|
"lazy_static",
|
||||||
"osuparse",
|
|
||||||
"rand",
|
"rand",
|
||||||
"regex",
|
"regex",
|
||||||
"reqwest",
|
"reqwest",
|
||||||
|
|
|
@ -12,7 +12,6 @@ bitflags = "1.3.2"
|
||||||
chrono = "0.4.19"
|
chrono = "0.4.19"
|
||||||
dashmap = "5.3.4"
|
dashmap = "5.3.4"
|
||||||
lazy_static = "1.4.0"
|
lazy_static = "1.4.0"
|
||||||
osuparse = { git = "https://github.com/eltrufas/osuparse", rev = "ad8f6e5e7771e7cbaa2ec96c376558f9731139af" }
|
|
||||||
regex = "1.5.6"
|
regex = "1.5.6"
|
||||||
reqwest = "0.11.10"
|
reqwest = "0.11.10"
|
||||||
rosu-pp = "1.0"
|
rosu-pp = "1.0"
|
||||||
|
|
Loading…
Add table
Reference in a new issue