Re-export kuska_ssb #50

Merged
notplants merged 1 commits from kuska_ssb into main 2022-07-07 07:59:02 +00:00
Owner

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;```
notplants added 2 commits 2022-07-06 10:43:58 +00:00
notplants force-pushed kuska_ssb from 4972946fcd to f41f8b55d2 2022-07-06 10:46:14 +00:00 Compare
notplants requested review from glyph 2022-07-06 10:46:44 +00:00
glyph approved these changes 2022-07-06 12:24:00 +00:00
glyph left a comment
Owner

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.
notplants merged commit fbe7072995 into main 2022-07-07 07:59:02 +00:00
notplants deleted branch kuska_ssb 2022-07-07 07:59:05 +00:00
Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: golgi-ssb/golgi#50
No description provided.