11 lines
377 B
Rust
11 lines
377 B
Rust
// file: kb-lib/src/executor/launchpad/metadao_ico.rs
|
|
// version: 1
|
|
|
|
//! Migration boundary for legacy crate `kb_executor_launchpad_metadao_ico`.
|
|
|
|
/// Legacy crate name retained for migration and compatibility tracking.
|
|
const LEGACY_CRATE: &str = "kb_executor_launchpad_metadao_ico";
|
|
|
|
/// Current porting status.
|
|
const MIGRATION_STATUS: &str = "source-preserved-pending-port";
|