Request: publish this package to Cargo/crates.io
I want to be able to install this project via cargo install framework_tool. Can you please publish it to cargo/crates.io?
As an alternative, you can install from the git repo via cargo install --git https://github.com/FrameworkComputer/framework-system framework_tool. But yeah, I agree, having this on crates.io would be nicer.
I'm working on it, now I made it so that you can install it if you have the git repo cloned: https://github.com/FrameworkComputer/framework-system/pull/147
To publish it on crates.io all dependencies have to be on crates.io as well. Right now some are forked, so I'll have to finish upstreaming those changes to these crates.
To publish it on crates.io all dependencies have to be on crates.io as well. Right now some are forked, so I'll have to finish upstreaming those changes to these crates.
Working on it and tracking that in #195