pub fn get_packages() -> Vec<Package>
Gets the currently installed packages from the .crates2.json file.
use cargo_backup::get_packages; let packages = get_packages();