feat: Add setup for Rust environment and implement test workflows

This commit is contained in:
GW_MC
2026-04-11 09:04:09 +00:00
parent 7fd150ea4a
commit 84808832dd
6 changed files with 249 additions and 2 deletions

View File

@@ -10,6 +10,7 @@ pub mod agent {
pub use agent::*;
pub mod auth;
#[allow(ambiguous_glob_reexports)]
pub use tonic_async_interceptor::*;
#[cfg(test)]