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

[env]

[alias]
rola-doc = "doc --workspace --no-deps --open"