rust/Cargo.toml
Nick Cameron 9d2229f2fd Remove rustfmt and cargo-fmt
Moved them to the rustfmt-bin repo
2018-02-26 16:53:31 +13:00

11 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" }