Files
Robovoice/rvsttd/Cargo.toml
T
2026-08-13 09:59:31 +00:00

19 lines
222 B
TOML

[package]
name = "rvsttd"
version = "0.1.0"
edition = "2021"
[[bin]]
name = "rvsttd"
path = "src/main.rs"
[dependencies]
anyhow = "1"
cpal = "0.15"
[build-dependencies]
bindgen = "0.71"
[profile.release]
opt-level = 3