diff options
Diffstat (limited to '.cargo/config.toml')
| -rw-r--r-- | .cargo/config.toml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.cargo/config.toml b/.cargo/config.toml new file mode 100644 index 0000000..992b038 --- /dev/null +++ b/.cargo/config.toml | |||
| @@ -0,0 +1,8 @@ | |||
| 1 | [build] | ||
| 2 | target-dir = "target" | ||
| 3 | |||
| 4 | [unstable] | ||
| 5 | build-std = ["core"] | ||
| 6 | |||
| 7 | [alias] | ||
| 8 | xtask = "run --package xtask --" | ||
