//! cruftkill — find and delete `node_modules` (and friends) recursively.
//!
//! Port of [voidcosmos/npkill](https://github.com/voidcosmos/npkill) into idiomatic
//! Rust with an async (tokio) core and a `ratatui` TUI.
//!
//! Public surface lives under [`core`]; the `cft` binary is in `src/main.rs`.
pub use crateCruftError;
pub use crate;