aboutsummaryrefslogtreecommitdiff
path: root/build.rs
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2025-04-07 02:25:21 +0200
committermetamuffin <metamuffin@disroot.org>2025-04-07 02:25:21 +0200
commitf08eedf7fd7a40c5681316a332b1d6386f2f14c7 (patch)
treec5006dc582f23d6085d7b30a8c26b35432fa2071 /build.rs
downloadweareearth-f08eedf7fd7a40c5681316a332b1d6386f2f14c7.tar
weareearth-f08eedf7fd7a40c5681316a332b1d6386f2f14c7.tar.bz2
weareearth-f08eedf7fd7a40c5681316a332b1d6386f2f14c7.tar.zst
a
Diffstat (limited to 'build.rs')
-rw-r--r--build.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/build.rs b/build.rs
new file mode 100644
index 0000000..42e5aeb
--- /dev/null
+++ b/build.rs
@@ -0,0 +1,3 @@
+fn main() {
+ prost_build::compile_protos(&["src/earth.proto"], &["src/"]).unwrap();
+}