1
Fork 0
mirror of https://github.com/RGBCube/alejandra synced 2025-07-30 12:07:46 +00:00

refac: simplify config mechanism

This commit is contained in:
Kevin Amado 2024-11-23 20:20:51 -07:00
parent 6cf7503e4f
commit 04fe4d17dc
7 changed files with 11 additions and 37 deletions

2
Cargo.lock generated
View file

@ -10,6 +10,7 @@ dependencies = [
"pretty_assertions",
"rnix",
"rowan",
"serde",
]
[[package]]
@ -21,7 +22,6 @@ dependencies = [
"futures",
"num_cpus",
"rand",
"serde",
"serde_json",
"walkdir",
]