summaryrefslogtreecommitdiff
path: root/vegilctl/Cargo.toml
diff options
context:
space:
mode:
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"]}