13 lines
297 B
TOML
13 lines
297 B
TOML
[package]
|
|
name = "sang"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
anyhow = "1.0.94"
|
|
cpal = "0.15.3"
|
|
log = "0.4.22"
|
|
ringbuf = "0.4.7"
|
|
simple_logger = { version = "^5.0.0", features = ["colors", "threads", "timestamps"] }
|
|
thiserror = "2.0.6"
|
|
tokio = { version = '^1', features = ["full"] }
|