2025-01-12 15:46:25 +01:00
|
|
|
[package]
|
|
|
|
name = "audio-reactive-source"
|
|
|
|
version = "0.1.0"
|
|
|
|
edition = "2021"
|
|
|
|
|
2025-01-12 15:48:49 +01:00
|
|
|
[lints.clippy]
|
|
|
|
pedantic = "warn"
|
|
|
|
nursery = "warn"
|
|
|
|
|
2025-01-12 15:46:25 +01:00
|
|
|
[dependencies]
|
2025-01-12 17:52:47 +01:00
|
|
|
env_logger = "0.11"
|
|
|
|
log = "0.4"
|
|
|
|
color-eyre = "0.6"
|
|
|
|
|
|
|
|
cpal = { version = "0.15", features = ["jack"] }
|
2025-01-12 20:36:36 +01:00
|
|
|
realfft = "3.4"
|
2025-01-12 18:21:15 +01:00
|
|
|
|
|
|
|
textplots = "0.8"
|