Page MenuHomePhabricator

D6279.diff
No OneTemporary

D6279.diff

diff --git a/shared/tunnelbroker-client/build.rs b/shared/tunnelbroker-client/build.rs
new file mode 100644
--- /dev/null
+++ b/shared/tunnelbroker-client/build.rs
@@ -0,0 +1,5 @@
+fn main() {
+ tonic_build::compile_protos("../protos/tunnelbroker.proto")
+ .unwrap_or_else(|e| panic!("Failed to compile proto {:?}", e));
+ println!("cargo:rerun-if-changed=../protos/tunnelbroker.proto");
+}
diff --git a/shared/tunnelbroker-client/src/lib.rs b/shared/tunnelbroker-client/src/lib.rs
new file mode 100644
--- /dev/null
+++ b/shared/tunnelbroker-client/src/lib.rs
@@ -0,0 +1 @@
+

File Metadata

Mime Type
text/plain
Expires
Thu, Dec 19, 1:15 AM (21 h, 19 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2674953
Default Alt Text
D6279.diff (583 B)

Event Timeline