mirror of
https://github.com/fluencelabs/lalrpop
synced 2025-03-17 17:30:50 +00:00
26 lines
562 B
TOML
26 lines
562 B
TOML
[package]
|
|
name = "lalrpop-snap"
|
|
version = "0.5.0" # LALRPOP
|
|
description = "snapshot of LALRPOP for use in bootstrapping"
|
|
repository = "https://github.com/nikomatsakis/lalrpop"
|
|
license = "Unlicense"
|
|
authors = ["Niko Matsakis <niko@alum.mit.edu>"]
|
|
# build = "build.rs"
|
|
|
|
[dependencies]
|
|
regex = "0.1"
|
|
diff = "0.1"
|
|
rand = "0.3"
|
|
itertools = "0.3"
|
|
term = "0.2"
|
|
unicode-xid = "0.0.2"
|
|
rusty-peg = "0.3"
|
|
|
|
[dependencies.lalrpop-util]
|
|
path = "../lalrpop-util"
|
|
version = "0.5.0" # LALRPOP
|
|
|
|
[dependencies.lalrpop-intern]
|
|
path = "../lalrpop-intern"
|
|
version = "0.5.0" # LALRPOP
|