diff --git a/Cargo.toml b/Cargo.toml index 8824652..4c7074a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "golgi" -version = "0.2.1" +version = "0.2.2" edition = "2021" authors = ["Max Fowler ", "Andrew Reid "] readme = "README.md" diff --git a/src/lib.rs b/src/lib.rs index b96c1fe..578d3c5 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -48,7 +48,7 @@ //! // Call the `whoami` RPC method to retrieve the public key for the sbot //! // identity. //! let id = sbot_client.whoami().await?; -//! +//! //! // Print the public key (identity) to `stdout`. //! println!("{}", id); //! @@ -76,3 +76,4 @@ pub mod sbot; pub mod utils; pub use crate::{error::GolgiError, sbot::Sbot}; +pub use kuska_ssb;