8 lines
224 B
Rust
8 lines
224 B
Rust
// file: crates/ksp-config-lib/src/constants.rs
|
|
// version: 1
|
|
|
|
//! Config-owned tracing constants.
|
|
|
|
/// Owning tracing target for events emitted by the Config crate.
|
|
pub(crate) const TRACING_TARGET: &str = "ksp-config-lib";
|