Files
Phoenix/Cargo.toml
T
2026-06-02 20:56:19 +02:00

22 lines
632 B
TOML

[package]
name = "phoenix"
version = "1.0.0"
edition = "2021"
description = "Native Raspberry Pi audio backend for the Analyzer browser UI"
license = "UNLICENSED"
[dependencies]
anyhow = "1.0"
axum = { version = "0.7", features = ["ws", "macros"] }
futures-util = "0.3"
http-body-util = "0.1"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
tokio = { version = "1.37", features = ["full"] }
tower-http = { version = "0.5", features = ["cors", "trace"] }
tracing = "0.1"
tracing-subscriber = { version = "0.3", features = ["env-filter", "fmt"] }
[target.'cfg(target_os = "linux")'.dependencies]
alsa = "0.10"