cred-helper done
This commit is contained in:
+8
-1
@@ -6,4 +6,11 @@ edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
common = { path = "../common" }
|
||||
|
||||
zeroize = "1.8.1"
|
||||
sha2 = "0.10.8"
|
||||
hkdf = "0.12.4"
|
||||
aes-gcm = "0.10.3"
|
||||
rsa = "0.9.8"
|
||||
x25519-dalek = "2.0.1"
|
||||
ed25519-dalek = {version="2.1.1", features=["rand_core", "serde", "pkcs8", "alloc" , "pem", "std"]}
|
||||
rand = "0.9.1"
|
||||
|
||||
Reference in New Issue
Block a user