config.toml

1[build]
2# v0 mangling scheme provides more detailed backtraces around closures
3rustflags = ["-C", "symbol-mangling-version=v0", "--cfg", "tokio_unstable"]
4
5[alias]
6xtask = "run --package xtask --"