helix/.cargo/config.toml

4 lines
121 B
TOML
Raw Normal View History

2021-11-17 19:00:11 +05:30
[alias]
xtask = "run --package xtask --"
2022-06-02 00:13:08 -04:00
integration-test = "test --features integration --workspace --test integration"