crw-core 0.13.4

Core types, config, and error handling for the CRW web scraper
Documentation
1
2
3
4
5
6
//! Re-export shim. MCP JSON-RPC types now live in the `crw-mcp-proto` crate so
//! `crw-browse` can depend on them without pulling in `crw-core`'s HTTP stack.
//!
//! Existing `use crw_core::mcp::{...}` imports continue to work unchanged.

pub use crw_mcp_proto::*;