Remove osuparse

This commit is contained in:
Natsu Kagami 2024-06-20 01:53:15 +02:00 committed by Natsu Kagami
parent e9a6e55569
commit e61cbb327a
2 changed files with 0 additions and 10 deletions

9
Cargo.lock generated
View file

@ -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",

View file

@ -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"