initial commit
This commit is contained in:
11
Cargo.toml
Normal file
11
Cargo.toml
Normal file
@@ -0,0 +1,11 @@
|
||||
[package]
|
||||
name = "nkode-protocol"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
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"
|
||||
|
||||
Reference in New Issue
Block a user