mirror of
https://github.com/Dummi26/musicdb.git
synced 2025-03-10 05:43:53 +01:00
19 lines
409 B
TOML
19 lines
409 B
TOML
[package]
|
|
name = "musicdb-lib"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
awedio = { version = "0.2.0", optional = true }
|
|
base64 = "0.21.2"
|
|
colorize = "0.1.0"
|
|
rand = "0.8.5"
|
|
rc-u8-reader = "2.0.16"
|
|
sysinfo = "0.30.5"
|
|
tokio = { version = "1.29.1", features = ["sync"] }
|
|
|
|
[features]
|
|
playback = ["awedio"]
|