1 2 3 4 5 6
//! Tool capabilities — re-exported from the `tooling` module. //! //! The canonical `ToolCapability` enum lives in `crate::tooling`. //! This module re-exports it so sandbox consumers can use a short path. pub use crate::tooling::ToolCapability;