Skip to content

Commit

Permalink
feat: expose HolochainWebsocket to consumer crates
Browse files Browse the repository at this point in the history
  • Loading branch information
mattyg committed Sep 5, 2024
1 parent 360016a commit 19c1027
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ pub use holochain_types::{
app::{InstallAppPayload, InstalledAppId},
dna::AgentPubKey,
};
pub use holochain_websocket::WebsocketConfig;
pub use signing::client_signing::{ClientAgentSigner, SigningCredentials};
#[cfg(feature = "lair_signing")]
pub use signing::lair_signing::LairAgentSigner;
Expand Down

0 comments on commit 19c1027

Please sign in to comment.