Create rustfmt-format-diff crate

This commit is contained in:
topecongiro 2018-02-07 22:49:43 +09:00
parent d18cd1d11c
commit d28d7fee89
3 changed files with 21 additions and 0 deletions

View file

@ -0,0 +1,21 @@
[package]
name = "rustfmt-format-diff"
version = "0.4.0"
authors = ["Nicholas Cameron <ncameron@mozilla.com>", "The Rustfmt developers"]
description = "Run rustfmt against diff"
repository = "https://github.com/rust-lang-nursery/rustfmt"
readme = "README.md"
license = "Apache-2.0/MIT"
categories = ["development-tools"]
[[bin]]
name = "rustfmt-format-diff"
[dependencies]
env_logger = "0.4"
getopts = "0.2"
log = "0.3"
regex = "0.2"
serde = "1.0"
serde_derive = "1.0"
serde_json = "1.0"