Initial state from `cargo new --lib` plus the technical design spec at docs/heuropt_tech_design_spec.md, which is the source of truth for the crate's public API and v1 acceptance criteria.
7 lines
78 B
TOML
7 lines
78 B
TOML
[package]
|
|
name = "heuropt"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|