thrumdev / blobs

Blobchains on Polkadot and Kusama
https://docs-site-pi.vercel.app
Apache License 2.0
64 stars 8 forks source link

xtask: Builds struct #225

Open gabriele-0201 opened 9 months ago

gabriele-0201 commented 9 months ago

In #221, the xtask/src/build.rs file contains a single function. I foresee the creation of a 'Builds' struct that will store all the necessary information for building the binaries, such as debug or release flags. Moreover, it would be advantageous to incorporate the option of selectively building specific binaries, rather than only having the choice of building all or skipping all.