From d114acb6103706e56f7d2090569c354987033d7e Mon Sep 17 00:00:00 2001 From: namilsk Date: Sat, 10 Jan 2026 16:17:21 +0300 Subject: Fixed parts naming --- vigilctl/Cargo.toml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 vigilctl/Cargo.toml (limited to 'vigilctl/Cargo.toml') diff --git a/vigilctl/Cargo.toml b/vigilctl/Cargo.toml new file mode 100644 index 0000000..0a89458 --- /dev/null +++ b/vigilctl/Cargo.toml @@ -0,0 +1,8 @@ +[package] +name = "vegilctl" +version = "0.1.0" +edition = "2024" +description = "Vegil init user control." + +[dependencies] +clap = { version = "4.5.53", features = [ "derive"]} -- cgit v1.2.3