Skip to content

Commit 115fe95

Browse files
tonic is nested under services because it's an optional dep
1 parent a6378d7 commit 115fe95

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/lib.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,11 @@ pub use blockchain_txn::Txn;
77
pub use strum::IntoEnumIterator;
88

99
pub use prost;
10-
pub use tonic;
1110

1211
#[cfg(feature = "services")]
1312
pub mod services {
13+
pub use tonic;
14+
1415
use crate::{
1516
BlockchainRegionParamsV1, BlockchainTokenTypeV1, BlockchainTxn, BoostedHexInfoV1, DataRate,
1617
Decimal, EntropyReportV1, GatewayStakingMode, MapperAttach, Region, RoutingAddress,

0 commit comments

Comments
 (0)