[package] name = "el-stdlib" description = "Engram language standard library — built-in function signatures and implementations" version.workspace = true edition.workspace = true license.workspace = true [dependencies] el-types = { workspace = true } el-parser = { workspace = true }