steven-omaha / pacdef

multi-backend declarative package manager for Linux
GNU General Public License v3.0
332 stars 13 forks source link

get `.crates2.json` from `$CARGO_HOME` if present #71

Closed danbluhmhansen closed 6 months ago

danbluhmhansen commented 6 months ago

Implemented finding the the .crates2.json file in the $CARGO_HOME directory.

70