Files
KosherC/Cargo.toml
T
2026-09-13 21:28:42 -04:00

17 lines
226 B
TOML

[package]
name = "kosherC"
version = "0.1.0"
edition = "2024"
[dependencies]
const-str = "1.1.0"
constcat = "0.6.1"
num-traits = "0.2.19"
panic-halt = "1.0.0"
[profile.dev]
panic = "abort"
[profile.release]
panic = "abort"