Skip to content

Commit

Permalink
add hexboosting client/server requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
andymck committed Jan 18, 2024
1 parent f418b3f commit 295fc97
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ pub mod services {
pub use entity_server::{Entity, EntityServer};
pub use gateway_client::GatewayClient;
pub use gateway_server::{Gateway, GatewayServer};
pub use hex_boosting_client::HexBoostingClient;
pub use hex_boosting_server::{HexBoosting, HexBoostingServer};
}

pub mod downlink {
Expand Down

0 comments on commit 295fc97

Please sign in to comment.