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-lexer/Cargo.toml
T

12 lines
214 B
TOML

[package]
name = "el-lexer"
description = "Engram language tokenizer"
version.workspace = true
edition.workspace = true
license.workspace = true
[dependencies]
thiserror = { workspace = true }
[dev-dependencies]