1
0
mirror of https://github.com/sharkdp/bat synced 2026-07-11 15:03:19 +00:00
Files
sharkdp--bat/.github/workflows
Martin Nordholts cb4973987b Cargo.toml: Introduce 'quick-build-application' feature
Use it like this:

  cargo build --no-default-features --features quick-build-application

It reduces dependencies to build from 154 to 125, allowing quicker iteration
when developing the app.
2021-08-08 11:18:26 +02:00
..