Reexport kuska_ssb

This commit is contained in:
notplants 2022-07-06 12:40:58 +02:00
parent 1c44f0e56a
commit f41f8b55d2
2 changed files with 3 additions and 2 deletions

View File

@ -1,6 +1,6 @@
[package] [package]
name = "golgi" name = "golgi"
version = "0.2.1" version = "0.2.2"
edition = "2021" edition = "2021"
authors = ["Max Fowler <max@mfowler.info>", "Andrew Reid <glyph@mycelial.technology>"] authors = ["Max Fowler <max@mfowler.info>", "Andrew Reid <glyph@mycelial.technology>"]
readme = "README.md" readme = "README.md"

View File

@ -48,7 +48,7 @@
//! // Call the `whoami` RPC method to retrieve the public key for the sbot //! // Call the `whoami` RPC method to retrieve the public key for the sbot
//! // identity. //! // identity.
//! let id = sbot_client.whoami().await?; //! let id = sbot_client.whoami().await?;
//! //!
//! // Print the public key (identity) to `stdout`. //! // Print the public key (identity) to `stdout`.
//! println!("{}", id); //! println!("{}", id);
//! //!
@ -76,3 +76,4 @@ pub mod sbot;
pub mod utils; pub mod utils;
pub use crate::{error::GolgiError, sbot::Sbot}; pub use crate::{error::GolgiError, sbot::Sbot};
pub use kuska_ssb;