summaryrefslogtreecommitdiff
path: root/.cargo/config.toml
blob: 992b0387f589986c5d930a5a689ab24cf2f5a45a (plain)
1
2
3
4
5
6
7
8
[build]
target-dir = "target"

[unstable]
build-std = ["core"]

[alias]
xtask = "run --package xtask --"