apparently the gen_or_get_key logic is for string only keys

changed that and also added an implementation for the trait
This commit is contained in:
2026-07-13 19:19:29 -05:00
parent 6a8abec015
commit 29033259df
5 changed files with 39 additions and 25 deletions
+1
View File
@@ -17,6 +17,7 @@ tokio = { version = "1.52.3", features = ["full"] }
crypto = { path = "../crypto" }
keyring = "4.1.4"
colored = "3.1.1"
base64 = "0.22.1"
chrono = "0.4.45"
dotenvy = "0.15"
uuid = "1.23.5"