From a77fce943cdaf9784276035eb28c3fe67d69eed3 Mon Sep 17 00:00:00 2001 From: Christian Cleberg Date: Mon, 22 May 2023 15:33:01 -0500 Subject: initial commit --- Cargo.toml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 Cargo.toml (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..3fc28ee --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,21 @@ +[package] +name = "rpass" +version = "0.1.0" +authors = ["cmc "] +license = "GPL-3.0-or-later" +description = "A simple command-line password manager, written in Rust + SQLite." +readme = "README.md" +homepage = "https://sr.ht/~cmc/rpass/" +repository = "https://git.sr.ht/~cmc/rpass" +keywords = ["cli", "password-manager", "password-generator"] +categories = ["command-line-utilities"] +edition = "2018" + +[dependencies] +clap = "2.27" +uuid = { version = "0.8", features = ["v4"] } +rand = "0.8.4" +rusqlite = "0.25.3" +cli-table = "0.4" +openssl = ">=0.10.9" +fernet = "0.1" -- cgit v1.2.3-70-g09d2