Add README for rustfmt-core and use rustfmt-config from crates.io

This commit is contained in:
Nick Cameron 2018-02-26 16:28:04 +13:00
parent 7eabc6413d
commit f1281cb440
2 changed files with 4 additions and 1 deletions

View File

@ -18,7 +18,7 @@ log = "0.3"
regex = "0.2"
rustc-ap-syntax = "29.0.0"
rustc-ap-rustc_errors = "29.0.0"
rustfmt-config = { path = "../rustfmt-config" }
rustfmt-config = "0.4.0"
term = "0.4"
unicode-segmentation = "1.0.0"

3
rustfmt-core/README.md Normal file
View File

@ -0,0 +1,3 @@
# rustfmt-core
Core formatting functionality for Rustfmt