workspace/.cargo/config.toml

7 lines
185 B
TOML
Raw Normal View History

2024-04-30 07:36:32 +00:00
[alias]
format = "+nightly fmt"
lint = "clippy --all-targets --all-features -- -D warnings"
2024-05-02 22:46:11 +00:00
[patch.'https://git.serguzim.me/emgauwa/common.git']
emgauwa-common = { path = "./common" }