mirror of
https://github.com/fluencelabs/lalrpop
synced 2025-03-17 09:20:51 +00:00
18 lines
306 B
TOML
18 lines
306 B
TOML
[package]
|
|
name = "lalrpop-test"
|
|
version = "0.12.2" # LALRPOP
|
|
authors = ["Niko Matsakis <niko@alum.mit.edu>"]
|
|
license = "Apache-2.0/MIT"
|
|
build = "build.rs"
|
|
workspace = ".."
|
|
|
|
[dependencies]
|
|
diff = "0.1"
|
|
|
|
[dependencies.lalrpop-util]
|
|
path = "../lalrpop-util"
|
|
|
|
[build-dependencies.lalrpop]
|
|
path = "../lalrpop"
|
|
|