From 386279ce28a54002fa91f436d5b60815c537e910 Mon Sep 17 00:00:00 2001 From: superwhiskers Date: Sat, 26 Jul 2025 23:02:34 -0400 Subject: initial commit Change-Id: I6a6a69640e8a301a692a5455d1261816280d9cde --- Cargo.toml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 Cargo.toml (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..8f0e019 --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,18 @@ +[workspace] +members = [ + "crates/*" +] +resolver = "3" + +[profile.release] +opt-level = 3 +codegen-units = 1 +debug = false +strip = "symbols" +panic = "abort" +lto = "thin" + +[profile.release-profile] +inherits = "release" +debug = true +strip = false -- cgit 1.4.1-2-gfad0