bin2hpp/Cargo.toml

18 lines
272 B
TOML

[package]
name = "bin2hpp"
version = "0.2.2"
authors = ["Adam Macdonald"]
edition = "2024"
license = "GPL-3.0-only"
readme = "README.md"
[dependencies]
thiserror = "2.0.14"
[profile.optimised]
inherits = "release"
opt-level = 3
strip = true
lto = true
codegen-units = 1