Merge worktree-agent: add struct literals, generics, print/log builtins
This commit is contained in:
@@ -11,6 +11,8 @@ members = [
|
||||
"crates/el-test",
|
||||
"crates/el-stdlib",
|
||||
"crates/el-integration",
|
||||
"crates/el-fmt",
|
||||
"crates/el-lint",
|
||||
"bin/el",
|
||||
]
|
||||
resolver = "2"
|
||||
@@ -34,6 +36,8 @@ el-build = { path = "crates/el-build" }
|
||||
el-test = { path = "crates/el-test" }
|
||||
el-stdlib = { path = "crates/el-stdlib" }
|
||||
el-integration = { path = "crates/el-integration" }
|
||||
el-fmt = { path = "crates/el-fmt" }
|
||||
el-lint = { path = "crates/el-lint" }
|
||||
|
||||
# Engram crypto (path dep — the sealed target depends on it)
|
||||
engram-crypto = { path = "../engram/crates/engram-crypto" }
|
||||
|
||||
Reference in New Issue
Block a user