lalrpop/Cargo.lock

30 lines
779 B
Plaintext
Raw Normal View History

[root]
name = "lalrpop"
version = "0.1.0"
dependencies = [
"regex 0.1.33 (registry+https://github.com/rust-lang/crates.io-index)",
"rusty-peg 0.2.0 (git+https://github.com/nikomatsakis/rusty-peg.git)",
]
[[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"
version = "0.2.0"
2015-06-15 16:58:59 -04:00
source = "git+https://github.com/nikomatsakis/rusty-peg.git#1718dd98453ae85a75cccfe78aece49e25a4065f"
dependencies = [
"regex 0.1.33 (registry+https://github.com/rust-lang/crates.io-index)",
]