helix-mirror/.cargo/config.toml

4 lines
121 B
TOML
Raw Normal View History

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