Reexport kuska_ssb
This commit is contained in:
@ -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"
|
||||||
|
@ -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;
|
||||||
|
Reference in New Issue
Block a user