QuestPackageManager / QPM.CLI

QPM command line tool
GNU General Public License v3.0
7 stars 3 forks source link

Feat: ureq vs reqwest cargo feature toggle #24

Open Fernthedev opened 1 year ago

Fernthedev commented 1 year ago

This allows using the lighter ureq vs the more feature-rich and stable reqwest http runtime for a smaller (and possibly faster) binary.

Not tested, size benefits seem negligible on Linux (keyring seems to be pulling futures sadly)