feat: schema projections, command transactions, quantum-secure encryption

This commit is contained in:
Will Anderson
2026-04-27 18:26:46 -05:00
parent 69410a6908
commit 192528543f
27 changed files with 5460 additions and 4 deletions
+3
View File
@@ -7,6 +7,9 @@ members = [
"crates/engram-migrate",
"crates/engram-sync",
"crates/engram-server",
"crates/engram-projection",
"crates/engram-tx",
"crates/engram-crypto",
# engram-wasm is in bindings/ and compiled separately via wasm-pack
# (wasm targets can't be in the same workspace build as native targets)
]