diff options
| author | mo khan <mo@mokhan.ca> | 2025-07-16 13:44:59 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2025-07-16 13:44:59 -0600 |
| commit | aadfbeb39d0ac5ccb1a19899d7680b1c96b1a6cf (patch) | |
| tree | 293cb102463ab1aeeac6aa899cedbbbf03ed6187 /src/rpc/mod.rs | |
| parent | e97b15bcb9581b895d8431f3f3eaf7a9dd1bcac6 (diff) | |
chore: add generated rpc code
Diffstat (limited to 'src/rpc/mod.rs')
| -rw-r--r-- | src/rpc/mod.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rpc/mod.rs b/src/rpc/mod.rs index cbab1fb2..c8c4c302 100644 --- a/src/rpc/mod.rs +++ b/src/rpc/mod.rs @@ -53,4 +53,4 @@ pub mod google { pub use authzed::api::v1::*; pub use envoy::service::auth::v3::*; pub use google::protobuf::*; -pub use google::rpc::*;
\ No newline at end of file +pub use google::rpc::*; |
