rust/Cargo.toml

12 lines
219 B
TOML
Raw Normal View History

2018-02-07 14:51:14 +01:00
[workspace]
members = [
"git-rustfmt",
"rustfmt-config",
"rustfmt-core",
"rustfmt-format-diff",
]
[patch.crates-io]
rustfmt-config = { path = "rustfmt-config" }
rustfmt-core = { path = "rustfmt-core" }