//! `atproto-devtool` library crate. //! //! The binary at `src/main.rs` is a thin tokio bootstrap over [`cli::run`]. //! All pipeline modules are re-exported here so integration tests under //! `tests/*.rs` can reach them as `atproto_devtool::commands::test::labeler::...`. pub mod cli; pub mod commands; pub mod common;