зеркало из https://github.com/mozilla/jexl-rs.git
13 строки
408 B
TOML
13 строки
408 B
TOML
[package]
|
|
edition = '2018'
|
|
name = "jexl-parser"
|
|
version = "0.3.1-alpha.0"
|
|
authors = ["Mike Cooper <mythmon@gmail.com>", "The Sync Team <sync-team@mozilla.com>", "The Glean Team <glean-team@mozilla.com>"]
|
|
description = "A JEXL parser written in Rust"
|
|
license = "MPL-2.0"
|
|
repository = "https://github.com/mozilla/jexl-rs"
|
|
|
|
[dependencies]
|
|
lalrpop-util = { version = "0.19", features = ["lexer"] }
|
|
regex = "1.3"
|