4 lines
89 B
TOML
4 lines
89 B
TOML
[tasks.run]
|
|
env = { "RUST_LOG" = "info" }
|
|
command = "cargo"
|
|
args = ["run", "--", "${@}"]
|