chore(manifests): sort Cargo.toml dependencies

This commit is contained in:
2026-07-11 22:10:48 -04:00
parent ca7c035ea5
commit 039f8d808d
8 changed files with 36 additions and 36 deletions

View File

@@ -5,26 +5,26 @@ edition = "2024"
license.workspace = true
[dependencies]
notcore = { workspace = true }
anyhow = { workspace = true }
thiserror = { workspace = true }
rpassword = { workspace = true }
base64 = "0.22"
bech32 = "0.11"
chacha20poly1305 = "0.10"
curve25519-dalek = "4"
dirs = { workspace = true }
ed25519-dalek = "2"
hkdf = "0.12"
hmac = "0.12"
notcore = { workspace = true }
rand = "0.8"
rpassword = { workspace = true }
scrypt = "0.11"
serde = { workspace = true }
sha2 = "0.10"
thiserror = { workspace = true }
toml = { workspace = true }
x25519-dalek = { version = "2", features = ["static_secrets"] }
ed25519-dalek = "2"
sha2 = "0.10"
hkdf = "0.12"
chacha20poly1305 = "0.10"
scrypt = "0.11"
bech32 = "0.11"
base64 = "0.22"
hmac = "0.12"
rand = "0.8"
zeroize = "1"
curve25519-dalek = "4"
yubikey = { version = "0.8", optional = true }
zeroize = "1"
[features]
default = []