6 lines
185 B
Rust
6 lines
185 B
Rust
// file: kb_executor_perpetuals_zeta/src/constants.rs
|
|
// version: 1
|
|
|
|
/// Canonical tracing target for this crate.
|
|
pub(crate) const TRACING_TARGET: &str = "kb_executor_perpetuals_zeta";
|