summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2025-07-16 11:31:24 -0600
committermo khan <mo@mokhan.ca>2025-07-16 11:31:24 -0600
commit7c1a8295ca34a0dcf929c67fe8cd51965144d483 (patch)
treef6dc60ba83bb9cce435f6239e090bf3dc7260921
parent69a7dc411c62c2df021b9a0f648e63d7316d8b1b (diff)
chore: generate rpc code in src/rpc
-rw-r--r--.gitattributes1
-rw-r--r--buf.gen.yaml6
2 files changed, 4 insertions, 3 deletions
diff --git a/.gitattributes b/.gitattributes
index 1f9ed1f7..0059c70a 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -1,2 +1,3 @@
vendor/** -diff -merge linguist-vendored gitlab-generated
Cargo.lock -diff -merge linguist-generated gitlab-generated
+src/rpc/** -diff -merge linguist-generated gitlab-generated
diff --git a/buf.gen.yaml b/buf.gen.yaml
index ffdcdee9..93bee6b4 100644
--- a/buf.gen.yaml
+++ b/buf.gen.yaml
@@ -3,10 +3,10 @@ inputs:
- module: buf.build/authzed/api
plugins:
- remote: buf.build/community/neoeinstein-prost:v0.4.0
- out: src/gen
+ out: src/rpc
opt:
- compile_well_known_types
- remote: buf.build/community/neoeinstein-tonic:v0.4.0
- out: src/gen
+ out: src/rpc
opt:
- - compile_well_known_types \ No newline at end of file
+ - compile_well_known_types