This commit is contained in:
Mark
2023-08-13 23:58:53 +02:00
commit 922e4fcc00
43 changed files with 6822 additions and 0 deletions

12
musicdb-lib/Cargo.toml Executable file
View File

@@ -0,0 +1,12 @@
[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 = "0.2.0"
base64 = "0.21.2"
rc-u8-reader = "2.0.16"
tokio = "1.29.1"