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
+1 -1
View File
@@ -33,4 +33,4 @@ async-stream = { git = "https://github.com/tokio-rs/async-stream" }
http = "0.1"
[build-dependencies]
tonic-build = { path = "../tonic-build" }
tonic-build = { path = "../tonic-build", features = ["rustfmt"] }