From 19e63dfa191279d3e1bd99bcc2adca781ad9451d Mon Sep 17 00:00:00 2001 From: namilsk Date: Sun, 11 Jan 2026 14:56:17 +0300 Subject: Implemented `SIGCHLD` & again fixed naming --- vigilctl/Cargo.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'vigilctl/Cargo.toml') diff --git a/vigilctl/Cargo.toml b/vigilctl/Cargo.toml index 0a89458..9af2e5a 100644 --- a/vigilctl/Cargo.toml +++ b/vigilctl/Cargo.toml @@ -1,8 +1,9 @@ [package] -name = "vegilctl" +name = "vigilctl" version = "0.1.0" edition = "2024" -description = "Vegil init user control." +description = "Vigil init user control." [dependencies] clap = { version = "4.5.53", features = [ "derive"]} +toml = "0.9.11" -- cgit v1.2.3