summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authornamilsk <namilsk@namilsk.tech>2025-12-31 17:31:34 +0300
committernamilsk <namilsk@namilsk.tech>2025-12-31 17:31:34 +0300
commitafe6b0d5d59c90b3765914eb771ad8237d40a90f (patch)
treea965cdff3536cca2d3ef775980e398ff1a34b41e /Cargo.toml
Started work on vigil init system
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml9
1 files changed, 9 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
new file mode 100644
index 0000000..2ccb4e1
--- /dev/null
+++ b/Cargo.toml
@@ -0,0 +1,9 @@
+[workspace]
+members = ["init", "vegilctl"]
+license = "GPL-2.0-only"
+
+[profile.release]
+lto = true
+opt-level = 3
+strip = true
+codegen-units = 1