added a little bit of the commands

This commit is contained in:
2026-07-13 17:11:38 -05:00
parent 3009504e8d
commit 04c57f15f8
4 changed files with 1379 additions and 14 deletions
+5 -1
View File
@@ -2,9 +2,13 @@
name = "cli"
version = "1.0.0"
edition = "2024"
authors = ["Maaz Khokhar "]
authors = ["idle_river <khokharmaaz@gmail.com>"]
description = "An opensource secrets management and distribution platform"
license = "GLP-3.0"
[dependencies]
tokio = { version = "1.52.3", features = ["full"] }
clap = { version = "4.6.1", features = ["derive", "cargo"] }
keyring = "4.1.4"
colored = "3.1.1"
git-version = "0.3"