helix-mods/.cargo/config.toml

4 lines
121 B
TOML
Raw Normal View History

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