//! # tecton-core
//!
//! Shared foundation for the Tecton data infrastructure stack:
//! configuration, logging, error types, and common domain models.
pub use ;
pub use ;
pub use init_tracing;
pub use ;
/// Crate version embedded at compile time.
pub const VERSION: &str = env!;
/// Human-readable product name.
pub const PRODUCT_NAME: &str = "Tecton";