From afe6b0d5d59c90b3765914eb771ad8237d40a90f Mon Sep 17 00:00:00 2001 From: namilsk Date: Wed, 31 Dec 2025 17:31:34 +0300 Subject: Started work on vigil init system --- Cargo.toml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 Cargo.toml (limited to 'Cargo.toml') 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 -- cgit v1.2.3