cs2kz-api
cs2kz-api copied to clipboard
Remove dependency on DepotDownloader
- shelling out is gross
- it's yet another dependency you have to install
- it doesn't play nice with immutable file systems (e.g. docker images built by nix)
Ideally we implement the functionality we need (downloading workshop maps) directly as a Rust library, but it isn't obvious to me how DepotDownloader works just by looking at their code...