switched to using the Store trait

also added another dependency for expanding ~ paths
This commit is contained in:
2026-07-16 11:23:35 -05:00
parent 767fb43ee2
commit 5d5b0ae89a
7 changed files with 398 additions and 325 deletions
+4 -3
View File
@@ -13,17 +13,18 @@ diesel = { version = "2.2.0", features = [
"chrono",
] }
clap = { version = "4.6.1", features = ["derive", "cargo"] }
serde = { version = "1.0.228", features = ["derive"] }
tokio = { version = "1.52.3", features = ["full"] }
uuid = { version = "1.23.5", features = ["v4"] }
crypto = { path = "../crypto" }
keyring = "4.1.4"
colored = "3.1.1"
base64 = "0.22.1"
chrono = "0.4.45"
dotenvy = "0.15"
uuid = { version = "1.23.5", features = ["v4"] }
hex = "0.4"
serde = { version = "1.0.228", features = ["derive"] }
toml = "1.1.2"
hex = "0.4"
dirs = "6"
[[bin]]
name = "harbor"