generated from pure_sagacity/rust-starter
Changed devenv, added a LICENSE and created a cli/ crate
This commit is contained in:
@@ -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"] }
|
||||
@@ -0,0 +1,3 @@
|
||||
fn main() {
|
||||
println!("Hello, world!");
|
||||
}
|
||||
Reference in New Issue
Block a user