6 lines
185 B
TOML
6 lines
185 B
TOML
[alias]
|
|
format = "+nightly fmt"
|
|
lint = "clippy --all-targets --all-features -- -D warnings"
|
|
|
|
[patch.'https://git.serguzim.me/emgauwa/common.git']
|
|
emgauwa-common = { path = "./common" }
|