summaryrefslogtreecommitdiff
path: root/vegilctl/Cargo.toml
diff options
context:
space:
mode:
authornamilsk <namilsk@namilsk.tech>2026-01-10 16:13:47 +0300
committernamilsk <namilsk@namilsk.tech>2026-01-10 16:13:47 +0300
commit620e092c927d04d454c2efd94b7beaf448133531 (patch)
tree55fa1767775d75f0bb822aa110aea582ef6b6a68 /vegilctl/Cargo.toml
parentc6146c7109fd24ee15c11a7a79eee6d3f0c822e0 (diff)
parenta10ceac5a5ff6de2c85757384e97c273a3038f6c (diff)
Merge remote-tracking branch 'origin/vigilctl'
Diffstat (limited to 'vegilctl/Cargo.toml')
-rw-r--r--vegilctl/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/vegilctl/Cargo.toml b/vegilctl/Cargo.toml
index 73077a8..0a89458 100644
--- a/vegilctl/Cargo.toml
+++ b/vegilctl/Cargo.toml
@@ -5,4 +5,4 @@ edition = "2024"
description = "Vegil init user control."
[dependencies]
-clap = "4.5.53"
+clap = { version = "4.5.53", features = [ "derive"]}