summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: cb0821d5e2b8eadbf85911c578858bca2a2778e8 (plain)
[package]
name = "dozos"
version = "0.1.0"
edition = "2024"

[dependencies]
delsh = { path="../delsh" }
deteregex = { path="../deteregex" }
happylock = "0.5"
uuid = "1.13.1"

[profile.release]
lto = true
strip = true
panic = "abort"
codegen-units = 1