framework-system icon indicating copy to clipboard operation
framework-system copied to clipboard

Request: publish this package to Cargo/crates.io

Open DeflateAwning opened this issue 1 year ago • 3 comments

I want to be able to install this project via cargo install framework_tool. Can you please publish it to cargo/crates.io?

DeflateAwning avatar Jun 26 '24 00:06 DeflateAwning

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.

EliasHolzmann avatar Oct 05 '24 22:10 EliasHolzmann

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.

JohnAZoidberg avatar May 15 '25 03:05 JohnAZoidberg

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

JohnAZoidberg avatar Aug 06 '25 05:08 JohnAZoidberg