Closed Razican closed 4 years ago
Oh, this looks great. About crates.io... I started working in a cargo library to move the XISF bits to it. What would be more interesting for this repository, I think, is releasing the binaries.
Oh, this looks great. About crates.io... I started working in a cargo library to move the XISF bits to it. What would be more interesting for this repository, I think, is releasing the binaries.
You can actually do both in the same repo, and in the same codebase, by using the Cargo.toml
file to define the binaries and the library.
This removes a bunch of non-needed files from the cargo package, in case you want to publish it in crates.io:
I also took the opportunity to upgrade the dependencies.