test client server opaque
This commit is contained in:
@@ -7,7 +7,7 @@ edition = "2024"
|
||||
opaque-ke = { version = "4.0.1",default-features = true, features = [ "std","argon2"] }
|
||||
rand = { version = "0.8.5", features = ["std"] }
|
||||
sha2 = "0.10.9"
|
||||
uuid = "1.19.0"
|
||||
getset = "0.1.6"
|
||||
async-trait = "0.1.89"
|
||||
uuid = { version = "1.19.0", features = ["v4"] }
|
||||
tokio = { version = "1.48.0", features = ["macros", "rt-multi-thread", "sync"] }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user