1//! Cached configuration for swc. 2 3#![deny(missing_docs)] 4#![deny(warnings)] 5 6pub mod regex; 7pub use anyhow::Error;