mirror of
https://github.com/nushell/nushell.git
synced 2024-12-22 07:02:19 +01:00
9 lines
233 B
TOML
9 lines
233 B
TOML
[tasks.lalrpop]
|
|
install_crate = { crate_name = "lalrpop", binary = "lalrpop", test_arg = "--help" }
|
|
command = "lalrpop"
|
|
args = ["src/parser/parser.lalrpop"]
|
|
|
|
[tasks.build]
|
|
command = "cargo"
|
|
args = ["build"]
|
|
dependencies = ["lalrpop"] |