summaryrefslogtreecommitdiff
path: root/vegilctl/Cargo.toml
diff options
context:
space:
mode:
authortuturuu <zedddiezxc@gmail.com>2026-01-10 06:45:23 +0100
committertuturuu <zedddiezxc@gmail.com>2026-01-10 06:45:23 +0100
commit0b7e289f2287bc25e8b619b2fda2cef26373a5c9 (patch)
tree6d10e3186b037850f685695966484336c8cace90 /vegilctl/Cargo.toml
parent61e185c63e435d9ce679821678617a87e7dd4104 (diff)
Specify clap features
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"]}