754527d029
ncurses-6.0.1 on crates.io uses a TRUE constant that Arch Linux ARM's ncurses headers no longer define, breaking the rpi runner. Patch to git HEAD which has the fix. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
18 lines
314 B
TOML
18 lines
314 B
TOML
[package]
|
|
name = "spectrust"
|
|
version = "0.2.0"
|
|
edition = "2021"
|
|
|
|
[profile.release]
|
|
lto = true
|
|
codegen-units = 1
|
|
|
|
[dependencies]
|
|
byteorder = "1.5.0"
|
|
clap = { version = "4.5.21", features = ["derive"] }
|
|
ncurses = "6.0.1"
|
|
rustfft = "6.2.0"
|
|
|
|
[patch.crates-io]
|
|
ncurses = { git = "https://github.com/jeaye/ncurses-rs" }
|