Use rosu_map to parse metadata and collect beatmap background from osz

This commit is contained in:
Natsu Kagami 2024-06-20 01:52:21 +02:00 committed by Natsu Kagami
parent 64ff4b3ed8
commit 2315f40cf1
3 changed files with 45 additions and 26 deletions

View file

@ -17,6 +17,7 @@ regex = "1.5.6"
reqwest = "0.11.10"
rosu-pp = "1.0"
rosu-v2 = { git = "https://github.com/MaxOhn/rosu-v2", rev = "d2cd3ff8417e66890f0cd8ca38bc34717a9629dd" }
rosu-map = "0.1"
time = "0.3"
serde = { version = "1.0.137", features = ["derive"] }
serenity = "0.12"