summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 7e59bd398b62bba0d0eed8bbe4706db11a485676 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "udp-audio"
version = "0.1.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
chrono = "0.4.23"
cpal = "0.14.1"
csv = "1.1.6"
dasp = { version = "0.11.0", features = ["all"] }
log = "0.4.17"
ringbuf = "0.3.1"
serde = { version = "1.0.148", features = ["derive"] }
simplelog = "0.12.0"