diff options
author | yvt | 2022-09-10 08:36:53 +0000 |
---|---|---|
committer | Michael Davis | 2022-09-10 13:44:31 +0000 |
commit | 5489c9ad4e66af24165b9bc6d37a05275ccd19b4 (patch) | |
tree | 492cdcac82c45cc0287d6ced8667dfde7eb7b4a1 /.cargo/config.toml | |
parent | 02d6102540eb1d3d2ffda0e2050f65d0daf97258 (diff) |
chore: rename `.cargo/{config -> config.toml}`
Diffstat (limited to '.cargo/config.toml')
-rw-r--r-- | .cargo/config.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.cargo/config.toml b/.cargo/config.toml new file mode 100644 index 00000000..5d615566 --- /dev/null +++ b/.cargo/config.toml @@ -0,0 +1,3 @@ +[alias] +xtask = "run --package xtask --" +integration-test = "test --features integration --workspace --test integration" |