kriogenia / rede

CLI tool to run and configure suites of HTTP requests defined in readable files
http://rede.sotoestevez.dev/
Apache License 2.0
1 stars 3 forks source link

fix: broken compilation with features in bin #41

Closed kriogenia closed 2 months ago

kriogenia commented 2 months ago

Once we activate certain features of the crates in the bin crate, the compilation of crates without features like placeholders will start to fail. This PR makes arrangements to exclude that crate in the Makefile and Actions so they can be compiled/test on their own.

- chore: default members