mirror of
https://github.com/Dummi26/musicdb.git
synced 2026-01-08 13:47:41 +01:00
s
This commit is contained in:
7
musicdb-lib/Cargo.toml
Executable file → Normal file
7
musicdb-lib/Cargo.toml
Executable file → Normal file
@@ -6,8 +6,11 @@ edition = "2021"
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
awedio = "0.2.0"
|
||||
awedio = { version = "0.2.0", optional = true }
|
||||
base64 = "0.21.2"
|
||||
rand = "0.8.5"
|
||||
rc-u8-reader = "2.0.16"
|
||||
tokio = "1.29.1"
|
||||
tokio = { version = "1.29.1", features = ["sync"] }
|
||||
|
||||
[features]
|
||||
playback = ["awedio"]
|
||||
|
||||
Reference in New Issue
Block a user