15 lines
238 B
TOML
15 lines
238 B
TOML
[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"
|