9d2229f2fd
Moved them to the rustfmt-bin repo
12 lines
219 B
TOML
12 lines
219 B
TOML
[workspace]
|
|
members = [
|
|
"git-rustfmt",
|
|
"rustfmt-config",
|
|
"rustfmt-core",
|
|
"rustfmt-format-diff",
|
|
]
|
|
|
|
[patch.crates-io]
|
|
rustfmt-config = { path = "rustfmt-config" }
|
|
rustfmt-core = { path = "rustfmt-core" }
|