generated from pure_sagacity/rust-starter
switched to using the Store trait
also added another dependency for expanding ~ paths
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user