caretta 0.11.8

caretta agent
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();
}