//! Common types and utilities shared across the workspace.
//!
//! This crate provides:
//! - Configuration loading for database connectivity (`config`).
//! - A shared error type for cross-crate error handling (`error`).
//! - An `Official` structure to represent government officials.
// Export library modules here.