This PR re-exports kuska_ssb so that it is available for users of golgi without additionally specifying kuska_ssb as a dependency.
For example in peach-config, I import PubAddress from kuska_ssb, via
use golgi::kuska_ssb::api::dto::content::PubAddress;
This PR re-exports kuska_ssb so that it is available for users of golgi without additionally specifying kuska_ssb as a dependency.
For example in peach-config, I import PubAddress from kuska_ssb, via
```use golgi::kuska_ssb::api::dto::content::PubAddress;```
Great idea! I like this, especially since it reduces the chance of duplicate kuska dependencies if different versions have been specified by golgi and any project that is relying on golgi.
Great idea! I like this, especially since it reduces the chance of duplicate kuska dependencies if different versions have been specified by golgi and any project that is relying on golgi.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
This PR re-exports kuska_ssb so that it is available for users of golgi without additionally specifying kuska_ssb as a dependency.
For example in peach-config, I import PubAddress from kuska_ssb, via
use golgi::kuska_ssb::api::dto::content::PubAddress;4972946fcdtof41f8b55d2Great idea! I like this, especially since it reduces the chance of duplicate kuska dependencies if different versions have been specified by golgi and any project that is relying on golgi.