8 lines
239 B
Rust
8 lines
239 B
Rust
// file: kb_materializer_staking/src/constants.rs
|
|
// version: 1
|
|
|
|
//! Local constants for the `kb_materializer_staking` crate.
|
|
|
|
/// Canonical tracing target for this crate.
|
|
pub(crate) const TRACING_TARGET: &str = "kb_materializer_staking";
|