mirror of
https://github.com/enso-org/enso.git
synced 2024-12-01 01:53:17 +03:00
19 lines
497 B
TOML
19 lines
497 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/enso/lib/rust/automata"
|
|
repository = "https://github.com/enso-org/enso"
|
|
license-file = "../../LICENSE"
|
|
keywords = ["lexer", "finite-automata"]
|
|
categories = ["parsing"]
|
|
publish = true
|
|
|
|
[lib]
|
|
|
|
[dependencies]
|
|
enso-prelude = { version = "^0.2.1", path = "../prelude" }
|