feat: engram-lang — new programming language, quantum-sealed prod target, spreading activation types

This commit is contained in:
Will Anderson
2026-04-27 18:46:51 -05:00
commit 9ced941590
5569 changed files with 8153 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
[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 }