finish engram-lang: protocols, decorators, imports, Result, closures, stdlib, integration tests
This commit is contained in:
@@ -9,6 +9,8 @@ members = [
|
||||
"crates/el-registry",
|
||||
"crates/el-build",
|
||||
"crates/el-test",
|
||||
"crates/el-stdlib",
|
||||
"crates/el-integration",
|
||||
"bin/el",
|
||||
]
|
||||
resolver = "2"
|
||||
@@ -30,6 +32,8 @@ el-manifest = { path = "crates/el-manifest" }
|
||||
el-registry = { path = "crates/el-registry" }
|
||||
el-build = { path = "crates/el-build" }
|
||||
el-test = { path = "crates/el-test" }
|
||||
el-stdlib = { path = "crates/el-stdlib" }
|
||||
el-integration = { path = "crates/el-integration" }
|
||||
|
||||
# Engram crypto (path dep — the sealed target depends on it)
|
||||
engram-crypto = { path = "../engram/crates/engram-crypto" }
|
||||
|
||||
Reference in New Issue
Block a user