fix: make sure tables are initialized
This commit is contained in:
@@ -23,6 +23,9 @@ music-db = { workspace = true }
|
||||
# (de)serialization
|
||||
serde = { workspace = true }
|
||||
|
||||
# magic macro
|
||||
crabtime = { workspace = true }
|
||||
|
||||
# hashing
|
||||
digest = "0.10.7"
|
||||
hmac-sha256 = { version = "1.1.12", features = ["digest010", "traits010"] }
|
||||
@@ -42,5 +45,3 @@ aes = "0.8.4"
|
||||
cipher = { version = "0.4.4", features = ["block-padding"] }
|
||||
bincode = { version = "2.0.1", optional = true }
|
||||
|
||||
# magic macro
|
||||
crabtime = { git = "https://github.com/wdanilo/crabtime.git", rev = "2ed856f5" }
|
||||
|
||||
Reference in New Issue
Block a user