fix: base64 encode details header (#345)

This commit is contained in:
Lucio Franco
2020-05-07 15:31:26 -04:00
committed by GitHub
parent 68d2ab3339
commit e683ffef1f
7 changed files with 100 additions and 3 deletions
+3
View File
@@ -0,0 +1,3 @@
fn main() {
tonic_build::compile_protos("proto/test.proto").unwrap();
}