16 lines
458 B
TOML
16 lines
458 B
TOML
[package]
|
|
name = "el-seal"
|
|
description = "Quantum-sealed production compilation target for Engram language"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
|
|
[dependencies]
|
|
engram-crypto = { workspace = true }
|
|
thiserror = { workspace = true }
|
|
serde = { workspace = true }
|
|
serde_json = { workspace = true }
|
|
blake3 = { workspace = true }
|
|
aes-gcm = { workspace = true }
|
|
rand = { workspace = true }
|