hcn/Cargo.toml
ddidderr 3434c9d4f6
hcn: highly composite number
A tool to find highly composite numbers fast.
2023-12-02 09:19:34 +01:00

16 lines
199 B
TOML

[package]
name = "hcn"
version = "0.1.0"
edition = "2021"
[dependencies]
[lints.clippy]
pedantic = "warn"
[profile.release]
lto = true
debug = false
strip = true
codegen-units = 1
panic = "unwind"