refactor: music-db crate

This commit is contained in:
mokurin000
2025-08-02 23:52:46 +08:00
parent f7b3161847
commit 503f5f3f33
11 changed files with 57 additions and 36 deletions

View File

@@ -18,6 +18,7 @@ strum = { workspace = true }
tokio = { workspace = true, optional = true }
compio = { workspace = true, optional = true }
spdlog-rs = { workspace = true }
music-db = { workspace = true }
# (de)serialization
serde = { workspace = true }
@@ -43,8 +44,3 @@ bincode = { version = "2.0.1", optional = true }
# magic macro
crabtime = { git = "https://github.com/wdanilo/crabtime.git", rev = "2ed856f5" }
rustc-hash = "2.1.1"
rust_decimal = { version = "1.37.2", default-features = false, features = [
"serde-with-arbitrary-precision",
"macros",
] }