13 lines
347 B
TOML
13 lines
347 B
TOML
|
[package]
|
||
|
name = "minimqa"
|
||
|
version = "0.1.0"
|
||
|
edition = "2021"
|
||
|
|
||
|
[dependencies]
|
||
|
bitstream-io = "2.5.3"
|
||
|
clap = { version = "4.5.20", features = ["derive"] }
|
||
|
color-eyre = { version = "0.6.3", default-features = false }
|
||
|
env_logger = "0.11.5"
|
||
|
log = "0.4.22"
|
||
|
symphonia = { version = "0.5.4", default-features = false, features = ["flac", "pcm", "wav"] }
|