1 2 3 4 5 6 7
//! Standalone caretta binary. The real entry point lives in `lib.rs` so //! library consumers (e.g. project-specific shims that want to inject custom //! `Config` fields) can call [`caretta::run_with_overrides`] directly. fn main() { caretta::run(); }