mirror of
https://github.com/pchuan98/codex.git
synced 2026-07-01 00:31:56 +08:00
198eddd25d
Move more things to core-plugins. --------- Co-authored-by: Codex <noreply@openai.com>
16 lines
399 B
Rust
16 lines
399 B
Rust
pub mod installed_marketplaces;
|
|
pub mod loader;
|
|
pub mod manifest;
|
|
pub mod marketplace;
|
|
pub mod marketplace_add;
|
|
pub mod marketplace_remove;
|
|
pub mod marketplace_upgrade;
|
|
pub mod remote;
|
|
pub mod remote_legacy;
|
|
pub mod startup_sync;
|
|
pub mod store;
|
|
pub mod toggles;
|
|
|
|
pub const OPENAI_CURATED_MARKETPLACE_NAME: &str = "openai-curated";
|
|
pub const OPENAI_BUNDLED_MARKETPLACE_NAME: &str = "openai-bundled";
|