mirror of
https://github.com/fluencelabs/lalrpop
synced 2025-04-24 18:52:16 +00:00
more uniform with the rest of the Rust ecosystem, and to evade the various legal quandries associated with the concept of "public domain".
26 lines
572 B
TOML
26 lines
572 B
TOML
[package]
|
|
name = "lalrpop-snap"
|
|
version = "0.10.0" # LALRPOP
|
|
description = "snapshot of LALRPOP for use in bootstrapping"
|
|
repository = "https://github.com/nikomatsakis/lalrpop"
|
|
license = "Apache-2.0/MIT"
|
|
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"
|
|
petgraph = "0.1.11"
|
|
|
|
[dependencies.lalrpop-util]
|
|
path = "../lalrpop-util"
|
|
version = "0.10.0" # LALRPOP
|
|
|
|
[dependencies.lalrpop-intern]
|
|
path = "../lalrpop-intern"
|
|
version = "0.10.0" # LALRPOP
|