Skip to main content

taut_rpc_cli/
lib.rs

1//! Library surface of `taut-rpc-cli`. The crate ships both a `cargo-taut`
2//! binary (see `src/main.rs`) and this library, which exposes the codegen
3//! and MCP modules so other crates (notably `taut-rpc`'s integration tests)
4//! can call `render_ts` / `render_manifest` directly without spawning the
5//! binary.
6
7pub mod codegen;
8pub mod mcp;