summaryrefslogtreecommitdiff
path: root/vigilctl/Cargo.toml
diff options
context:
space:
mode:
authornamilsk <namilsk@namilsk.tech>2026-01-11 14:56:17 +0300
committernamilsk <namilsk@namilsk.tech>2026-01-11 14:56:17 +0300
commit19e63dfa191279d3e1bd99bcc2adca781ad9451d (patch)
tree559fef20998fa7058d6aa02bddc3ee79cbb58708 /vigilctl/Cargo.toml
parent821380613075ac91410644cb9fed900ab6a1df61 (diff)
Implemented `SIGCHLD` & again fixed naming
Diffstat (limited to 'vigilctl/Cargo.toml')
-rw-r--r--vigilctl/Cargo.toml5
1 files changed, 3 insertions, 2 deletions
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"