8 lines
276 B
Rust
8 lines
276 B
Rust
// file: kb_executor_spl_noop/src/constants.rs
|
|
// version: 2
|
|
|
|
//! Local constants for the `kb_executor_spl_noop` crate. Program identifiers live in `kb_program_ids`.
|
|
|
|
/// Canonical tracing target for this crate.
|
|
pub(crate) const TRACING_TARGET: &str = "kb_executor_spl_noop";
|