From 7c1a8295ca34a0dcf929c67fe8cd51965144d483 Mon Sep 17 00:00:00 2001 From: mo khan Date: Wed, 16 Jul 2025 11:31:24 -0600 Subject: chore: generate rpc code in src/rpc --- .gitattributes | 1 + buf.gen.yaml | 6 +++--- 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 -- cgit v1.2.3