enso/lib/rust/automata/Cargo.toml
2021-12-01 16:06:57 +01:00

22 lines
519 B
TOML

[package]
name = "enso-automata"
version = "0.2.0"
authors = ["Enso Team <contact@luna-lang.org>"]
edition = "2021"
description = "A finite-automata-based lexing engine."
readme = "README.md"
homepage = "https://github.com/enso-org/rust-lib/src/automata"
repository = "https://github.com/enso-org/rust-lib"
license-file = "../../LICENSE"
keywords = ["lexer", "finite-automata"]
categories = ["parsing"]
publish = true
[lib]
[dependencies]
enso-prelude = { version = "^0.2.1", path = "../prelude" }