18 lines
272 B
TOML
18 lines
272 B
TOML
[package]
|
|
name = "bin2hpp"
|
|
version = "0.2.1"
|
|
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
|