Files
spectrust/Cargo.toml
T
bl 70543e210a
Release / build (x86_64, ubuntu-latest, x86_64-unknown-linux-gnu) (push) Failing after 1m7s
Release / build (aarch64, aarch64, aarch64-unknown-linux-gnu) (push) Failing after 1m6s
Release / update-aur (push) Has been skipped
chore: Release spectrust version 0.2.2
2026-06-22 16:01:58 +02:00

15 lines
240 B
TOML

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