aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/mozart-core/src/downloader/fossil_downloader.rs
AgeCommit message (Collapse)Author
2026-05-10refactor(downloader): introduce top-level downloader modulensfisis
Move VCS downloaders and DownloadManager out of vcs/repository into a new top-level downloader module mirroring Composer\Downloader, and add stub types for the remaining Composer downloader hierarchy (file, archive variants, path, perforce, fossil, exceptions, interfaces) so future ports have a home.