summaryrefslogtreecommitdiff
path: root/.cargo/config.toml
blob: 161896728a81ed0515864a6406baa287ba1a85ae (plain)
1
2
3
4
5
[alias]
profile-dev = "run --features profiler"
profile = "run --release --features profiler"
release = "run --release"
app = "bundle --release"