api: Re-export prost dependency. (#285)

This commit is contained in:
Michael Jeffrey 2023-10-03 07:29:49 -07:00 committed by GitHub
parent 943ccd558d
commit fe131c070a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

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