summaryrefslogtreecommitdiff
path: root/vegilctl/Cargo.toml
diff options
context:
space:
mode:
authornamilsk <namilsk@namilsk.tech>2026-01-02 18:20:45 +0300
committernamilsk <namilsk@namilsk.tech>2026-01-02 18:20:45 +0300
commit3d1d5c8857f852903434488036ccf5036893f881 (patch)
treefa43e2a9e68c4fbc59d1ee7cc87e8cee94b05695 /vegilctl/Cargo.toml
parent4ee948ea41020b80b773509890f6631fd4960004 (diff)
Refactored code and implemented it in main()
Diffstat (limited to 'vegilctl/Cargo.toml')
-rw-r--r--vegilctl/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/vegilctl/Cargo.toml b/vegilctl/Cargo.toml
index 035764a..73077a8 100644
--- a/vegilctl/Cargo.toml
+++ b/vegilctl/Cargo.toml
@@ -5,3 +5,4 @@ edition = "2024"
description = "Vegil init user control."
[dependencies]
+clap = "4.5.53"