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".
14 lines
260 B
TOML
14 lines
260 B
TOML
[package]
|
|
name = "lalrpop-test"
|
|
version = "0.10.0" # LALRPOP
|
|
authors = ["Niko Matsakis <niko@alum.mit.edu>"]
|
|
license = "Apache-2.0/MIT"
|
|
build = "build.rs"
|
|
|
|
[dependencies.lalrpop-util]
|
|
path = "../lalrpop-util"
|
|
|
|
[build-dependencies.lalrpop]
|
|
path = "../lalrpop"
|
|
|