Kobzol / cargo-pgo

Cargo subcommand for optimizing Rust binaries/libraries with PGO and BOLT.
MIT License
563 stars 11 forks source link

Remove `cargo` dependency #3

Closed Kobzol closed 2 years ago

Kobzol commented 2 years ago

This should make the crate much easier and quicker to build and also resolve problems with newer Cargo features not being available by the cargo crate version that was used.

Fixes: https://github.com/Kobzol/cargo-pgo/issues/2