api: Re-export pbjson_types and tonic.

Closes #504.
This commit is contained in:
Orne Brocaar 2024-09-09 11:59:22 +01:00
parent e04515f647
commit 5f8ddca7b7

5
api/rust/src/lib.rs vendored
View File

@ -1,4 +1,9 @@
#[cfg(feature = "json")]
pub use pbjson_types;
pub use prost;
#[cfg(feature = "api")]
pub use tonic;
#[cfg(feature = "api")]
pub mod api;
pub mod common;