Skip to content

Commit

Permalink
expose external imports.
Browse files Browse the repository at this point in the history
  • Loading branch information
tensor-programming committed Nov 29, 2020
1 parent 8847e00 commit 65ed86b
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions client/src/lib.rs
Expand Up @@ -23,17 +23,15 @@ mod provider;
mod secret;
mod snapshot;

use crate::{
bucket::Bucket,
client::{Client, SHResults},
key_store::KeyStore,
provider::Provider,
snapshot::Snapshot,
};
use crate::{bucket::Bucket, client::Client, key_store::KeyStore, snapshot::Snapshot};

use riker::actors::{channel, ActorRefFactory, ActorSystem, ChannelRef};

pub use crate::ids::{ClientId, VaultId};
pub use crate::{
client::{ClientMsg, SHRequest, SHResults},
ids::{ClientId, VaultId},
provider::Provider,
};

#[macro_export]
macro_rules! line_error {
Expand Down

0 comments on commit 65ed86b

Please sign in to comment.