This repository has been archived on 2026-08-20. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
el-retired/crates/el-stdlib/Cargo.toml
T

11 lines
287 B
TOML

[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 }