generated from ProcyOS/rust-template
14 lines
No EOL
235 B
JSON
14 lines
No EOL
235 B
JSON
{
|
|
"extends": [
|
|
"config:best-practices"
|
|
],
|
|
"postUpgradeTasks": {
|
|
"commands": [
|
|
"cargo2nix -o",
|
|
"alejandra ."
|
|
],
|
|
"fileFilters": [
|
|
"Cargo.*"
|
|
]
|
|
}
|
|
} |