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

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