1//! Library surface for workspace tooling (LSP) that shares CLI filesystem helpers. 2pub mod deps { 3 pub use lemma::deps::*; 4}