summaryrefslogtreecommitdiff
path: root/build.rs
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2025-06-18 16:34:43 -0600
committermo khan <mo@mokhan.ca>2025-06-18 16:34:43 -0600
commitf7d1396c5634e14a7aafdd5c8f6e644aca6e5fb0 (patch)
tree161c6b656d3366d64109bc85c637a7a7f6f7e679 /build.rs
parent68558decefd9562a5c8ee3ffa9c197b244e65321 (diff)
refactor: remove all the tutorial code
Diffstat (limited to 'build.rs')
-rw-r--r--build.rs5
1 files changed, 0 insertions, 5 deletions
diff --git a/build.rs b/build.rs
deleted file mode 100644
index 3294804..0000000
--- a/build.rs
+++ /dev/null
@@ -1,5 +0,0 @@
-fn main() -> Result<(), Box<dyn std::error::Error>> {
- tonic_build::compile_protos("proto/helloworld.proto")?;
- tonic_build::compile_protos("proto/ability.proto")?;
- Ok(())
-}