summaryrefslogtreecommitdiff
path: root/vigilctl/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'vigilctl/Cargo.toml')
-rw-r--r--vigilctl/Cargo.toml5
1 files changed, 3 insertions, 2 deletions
diff --git a/vigilctl/Cargo.toml b/vigilctl/Cargo.toml
index 0a89458..9af2e5a 100644
--- a/vigilctl/Cargo.toml
+++ b/vigilctl/Cargo.toml
@@ -1,8 +1,9 @@
[package]
-name = "vegilctl"
+name = "vigilctl"
version = "0.1.0"
edition = "2024"
-description = "Vegil init user control."
+description = "Vigil init user control."
[dependencies]
clap = { version = "4.5.53", features = [ "derive"]}
+toml = "0.9.11"