aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorstvnliu <stvnliu@homelab.local>2025-04-09 12:20:15 +0300
committerstvnliu <stvnliu@homelab.local>2025-04-09 12:20:15 +0300
commitd96676803cc4566026c47d9baba7c19f8d68d774 (patch)
tree2b097d8d0aa72010ac3fdc4c604b3cae732fc201 /Cargo.toml
downloadsysmgmt-master.tar.gz
sysmgmt-master.tar.bz2
sysmgmt-master.zip
init commitHEADmaster
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml7
1 files changed, 7 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
new file mode 100644
index 0000000..4d14c79
--- /dev/null
+++ b/Cargo.toml
@@ -0,0 +1,7 @@
+[package]
+name = "sysmgmt"
+version = "0.1.0"
+edition = "2024"
+
+[dependencies]
+clap = { version = "4.5.35", features = ["derive"] }