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