Initial commit
This commit is contained in:
14
crates/cgcx-crypto/Cargo.toml
Normal file
14
crates/cgcx-crypto/Cargo.toml
Normal file
@@ -0,0 +1,14 @@
|
||||
[package]
|
||||
name = "cgcx-crypto"
|
||||
version.workspace = true
|
||||
edition.workspace = true
|
||||
|
||||
[dependencies]
|
||||
cgcx-core = { path = "../cgcx-core" }
|
||||
rand = "0.8"
|
||||
blake3 = "1.5"
|
||||
sodiumoxide = "0.2"
|
||||
aes-kw = "0.2"
|
||||
aes = "0.8"
|
||||
hex = "0.4"
|
||||
tracing = "0.1"
|
||||
Reference in New Issue
Block a user