Skip to content

Commit

Permalink
feat: re-export gadget_clients from the sdk (#655)
Browse files Browse the repository at this point in the history
  • Loading branch information
Serial-ATA authored Feb 11, 2025
1 parent 5a4f0c5 commit ff12b8b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/sdk/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ pub use gadget_logging as logging;
/// Blueprint execution and runtime utilities
pub use gadget_runners as runners;

pub use gadget_clients as clients;
pub use gadget_contexts as contexts;

pub use gadget_utils as utils;
Expand Down

0 comments on commit ff12b8b

Please sign in to comment.