mirror of
https://github.com/fluencelabs/lalrpop
synced 2025-03-16 00:40:50 +00:00
50 lines
1.3 KiB
TOML
50 lines
1.3 KiB
TOML
[root]
|
|
name = "lalrpop"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"diff 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"rand 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"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 = "diff"
|
|
version = "0.1.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
name = "libc"
|
|
version = "0.1.8"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
name = "rand"
|
|
version = "0.3.8"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"libc 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[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"
|
|
source = "git+https://github.com/nikomatsakis/rusty-peg.git#bb4a5efa248234d8f3051294654f598f86fef8a2"
|
|
dependencies = [
|
|
"regex 0.1.33 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|