diff options
| author | tuturuu <zedddiezxc@gmail.com> | 2026-01-10 06:45:23 +0100 |
|---|---|---|
| committer | tuturuu <zedddiezxc@gmail.com> | 2026-01-10 06:45:23 +0100 |
| commit | 0b7e289f2287bc25e8b619b2fda2cef26373a5c9 (patch) | |
| tree | 6d10e3186b037850f685695966484336c8cace90 /vegilctl | |
| parent | 61e185c63e435d9ce679821678617a87e7dd4104 (diff) | |
Specify clap features
Diffstat (limited to 'vegilctl')
| -rw-r--r-- | vegilctl/Cargo.toml | 2 |
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"]} |
