mirror of
https://github.com/pesde-pkg/pesde.git
synced 2025-04-07 12:20:54 +01:00
Switches the `colored` crate to the `console` crate. Additionally, to optimize the compiled program's size switches the `inquire` crate's backend from `crossterm` to `console`. Console was picked out because we depend on `indicatif` which only supports `console`. Also switches from `winreg` to `windows-registry`, which `reqwest` depends on to optimize size even further. Currently has to duplicate dependencies, as `reqwest` depends on an older version but will become optimized once `reqwest` updates to the latest version of the crate. Signed-off-by: daimond113 <contact@daimond113.com> |
||
---|---|---|
.. | ||
cli | ||
engine | ||
linking | ||
manifest | ||
source | ||
download.rs | ||
download_and_link.rs | ||
graph.rs | ||
lib.rs | ||
lockfile.rs | ||
main.rs | ||
names.rs | ||
patches.rs | ||
reporters.rs | ||
resolver.rs | ||
scripts.rs | ||
util.rs |