diff options
| -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"]} |
