git.delta.rocks / jrsonnet / refs/commits / b89fdd32bd3a

difftreelog

source

crates/jrsonnet-lexer/Cargo.toml393 Bsourcehistory
1[package]2name = "jrsonnet-lexer"3description = "Jsonnet lexer shared between the rowan-based and hand-rolled jrsonnet parsers"4keywords = ["jsonnet", "lexer"]5categories = ["parser-implementations"]6authors.workspace = true7edition.workspace = true8license.workspace = true9repository.workspace = true10version.workspace = true1112[dependencies]13logos.workspace = true1415[lints]16workspace = true