Files
spectrust/Cargo.toml
T
bl ccfb20f8bf fix: replace ncurses with crossterm to fix CI builds on both arches
ncurses-rs is broken on Arch Linux ARM (missing TRUE constant in
generated bindings) and the git HEAD version breaks Ubuntu too.
crossterm is pure Rust with no C dependency, eliminating the issue
on all platforms.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-22 16:01:36 +02:00

15 lines
240 B
TOML

[package]
name = "spectrust"
version = "0.2.1"
edition = "2021"
[profile.release]
lto = true
codegen-units = 1
[dependencies]
byteorder = "1.5.0"
clap = { version = "4.5.21", features = ["derive"] }
crossterm = "0.29.0"
rustfft = "6.2.0"