Files
spectrust/Cargo.toml
T
bl cf05f6a796
Release / build (aarch64, aarch64, aarch64-unknown-linux-gnu) (push) Failing after 58s
Release / build (x86_64, ubuntu-latest, x86_64-unknown-linux-gnu) (push) Failing after 1m9s
Release / update-aur (push) Has been skipped
chore: Release spectrust version 0.2.3
2026-06-22 16:05:22 +02:00

15 lines
240 B
TOML

[package]
name = "spectrust"
version = "0.2.3"
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"