summaryrefslogtreecommitdiff
path: root/vigilctl/Cargo.toml
blob: 0a894586c6ee4065507a0fd8b2e052544714f49d (plain)
1
2
3
4
5
6
7
8
[package]
name = "vegilctl"
version = "0.1.0"
edition = "2024"
description = "Vegil init user control."

[dependencies]
clap = { version = "4.5.53", features = [ "derive"]}