generated from pure_sagacity/rust-starter
added database stuff
added clap arguments added the gen_or_get_key func in lib git ignore for .env migrations
This commit is contained in:
+12
-2
@@ -7,8 +7,18 @@ description = "An opensource secrets management and distribution platform"
|
||||
license = "GLP-3.0"
|
||||
|
||||
[dependencies]
|
||||
tokio = { version = "1.52.3", features = ["full"] }
|
||||
diesel = { version = "2.2.0", features = [
|
||||
"sqlite",
|
||||
"returning_clauses_for_sqlite_3_35",
|
||||
"chrono",
|
||||
] }
|
||||
clap = { version = "4.6.1", features = ["derive", "cargo"] }
|
||||
tokio = { version = "1.52.3", features = ["full"] }
|
||||
crypto = { path = "../crypto" }
|
||||
git-version = "0.3"
|
||||
keyring = "4.1.4"
|
||||
colored = "3.1.1"
|
||||
git-version = "0.3"
|
||||
chrono = "0.4.45"
|
||||
dotenvy = "0.15"
|
||||
uuid = "1.23.5"
|
||||
hex = "0.4"
|
||||
|
||||
Reference in New Issue
Block a user