diff options
author | stvnliu <stvnliu@homelab.local> | 2025-04-09 12:20:15 +0300 |
---|---|---|
committer | stvnliu <stvnliu@homelab.local> | 2025-04-09 12:20:15 +0300 |
commit | d96676803cc4566026c47d9baba7c19f8d68d774 (patch) | |
tree | 2b097d8d0aa72010ac3fdc4c604b3cae732fc201 /Cargo.toml | |
download | sysmgmt-master.tar.gz sysmgmt-master.tar.bz2 sysmgmt-master.zip |
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 7 |
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"] } |