Changed devenv, added a LICENSE and created a cli/ crate

This commit is contained in:
2026-07-13 15:26:09 -05:00
parent b57d590420
commit d9cdea232c
8 changed files with 922 additions and 46 deletions
+10
View File
@@ -0,0 +1,10 @@
[package]
name = "cli"
version = "1.0.0"
edition = "2024"
authors = ["Maaz Khokhar "]
description = "An opensource secrets management and distribution platform"
license = "GLP-3.0"
[dependencies]
tokio = { version = "1.52.3", features = ["full"] }