This commit is contained in:
alexsong-oai
2026-04-15 14:33:42 -07:00
parent 369fc518d4
commit 6759e3266b
4 changed files with 83 additions and 0 deletions

View File

@@ -63,6 +63,7 @@ pub use marketplace_add::MarketplaceAddError;
pub use marketplace_add::MarketplaceAddOutcome;
pub use marketplace_add::MarketplaceAddRequest;
pub use marketplace_add::add_marketplace;
pub use marketplace_add::validate_marketplace_add_source;
pub use remote::RemotePluginFetchError;
pub use remote::fetch_remote_featured_plugin_ids;
pub(crate) use render::render_explicit_plugin_instructions;