Is your feature request related to a problem? Please describe.
In an ideal world, Pants-the-wheel has no 3rdparty reliance. Everything is either provided through static Rust code in the engine, or we use Pex to download and install tools (like we do today).
This would reduce Pants' installation footprint, increase security, and would be a slight bump in first-time installation of Pants.
Describe the solution you'd like
The pantsbuild wheel requires 0 3rdparty deps.
Describe alternatives you've considered
N/A
Additional context
🌮
Is your feature request related to a problem? Please describe.
In an ideal world, Pants-the-wheel has no 3rdparty reliance. Everything is either provided through static Rust code in the engine, or we use Pex to download and install tools (like we do today).
This would reduce Pants' installation footprint, increase security, and would be a slight bump in first-time installation of Pants.
Describe the solution you'd like
The pantsbuild wheel requires 0 3rdparty deps.
Describe alternatives you've considered
N/A
Additional context
🌮