2015-06-12 09:49:37 -04:00
|
|
|
[root]
|
|
|
|
name = "lalrpop"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"regex 0.1.33 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-06-15 06:42:56 -04:00
|
|
|
"rusty-peg 0.2.0 (git+https://github.com/nikomatsakis/rusty-peg.git)",
|
2015-06-12 09:49:37 -04:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "regex"
|
|
|
|
version = "0.1.33"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"regex-syntax 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "regex-syntax"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rusty-peg"
|
2015-06-15 06:42:56 -04:00
|
|
|
version = "0.2.0"
|
2015-06-15 19:01:40 -04:00
|
|
|
source = "git+https://github.com/nikomatsakis/rusty-peg.git#bb4a5efa248234d8f3051294654f598f86fef8a2"
|
2015-06-12 09:49:37 -04:00
|
|
|
dependencies = [
|
|
|
|
"regex 0.1.33 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|