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