refactor: music-db crate
This commit is contained in:
@@ -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",
|
||||
] }
|
||||
|
||||
Reference in New Issue
Block a user