6 lines
111 B
TOML
6 lines
111 B
TOML
[target.'cfg(unix)']
|
|
runner = "sudo -E"
|
|
|
|
[alias] # command aliases
|
|
rr = "run --release"
|
|
bb = "build --release"
|