about summary refs log tree commit diff stats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorsuperwhiskers <[email protected]>2025-07-26 23:02:34 -0400
committersuperwhiskers <[email protected]>2025-09-15 10:55:06 -0500
commit386279ce28a54002fa91f436d5b60815c537e910 (patch)
tree26515281a22c13780db13c977b585f02d86c6df6 /Cargo.toml
downloadazimuth-386279ce28a54002fa91f436d5b60815c537e910.tar.gz
azimuth-386279ce28a54002fa91f436d5b60815c537e910.tar.bz2
azimuth-386279ce28a54002fa91f436d5b60815c537e910.zip
initial commit
Change-Id: I6a6a69640e8a301a692a5455d1261816280d9cde
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml18
1 files changed, 18 insertions, 0 deletions
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