From 610e575043bfc75feafcce5bddaf7e1a436e5d02 Mon Sep 17 00:00:00 2001 From: Mica White Date: Sun, 7 Dec 2025 14:23:22 -0500 Subject: First commit --- Cargo.toml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 Cargo.toml (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..cb0821d --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,16 @@ +[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 -- cgit v1.2.3