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 --- vegilctl/Cargo.toml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 vegilctl/Cargo.toml (limited to 'vegilctl/Cargo.toml') diff --git a/vegilctl/Cargo.toml b/vegilctl/Cargo.toml new file mode 100644 index 0000000..035764a --- /dev/null +++ b/vegilctl/Cargo.toml @@ -0,0 +1,7 @@ +[package] +name = "vegilctl" +version = "0.1.0" +edition = "2024" +description = "Vegil init user control." + +[dependencies] -- cgit v1.2.3