Files
open-xiaoai/apps/hello/Cargo.toml
T

18 lines
225 B
TOML
Raw Normal View History

2025-12-28 18:25:13 +08:00
[package]
name = "hello"
version = "0.1.0"
edition = "2024"
2025-12-28 20:21:05 +08:00
[profile.release]
lto = true
opt-level = "s"
codegen-units = 1
panic = "abort"
strip = true
debug = false
2025-12-28 18:25:13 +08:00
[dependencies]
alsa = "0.11"
opus = "0.3"
anyhow = "1.0"