make rustfmt optional

This commit is contained in:
Lucio Franco
2019-09-06 18:25:27 -04:00
parent cd44bf8e9f
commit cc8a7bfcbf
3 changed files with 8 additions and 2 deletions
+4 -1
View File
@@ -11,4 +11,7 @@ prost-build = "0.5"
syn = "1.0"
quote = "1.0"
proc-macro2 = "1.0"
rustfmt = "0.10"
[features]
rustfmt = []