use warp::Filter; mod mods; use mods::get_mods_paths; pub fn get_minecraft_paths() -> impl warp::Filter + Clone { get_mods_paths() }