spin icon indicating copy to clipboard operation
spin copied to clipboard

Publish crates to crates.io

Open Mossaka opened this issue 3 years ago • 4 comments

The spin engine and triggers are highly reusuable crates. It will be great to publish them to crates.io so that we can use spin engine as a SDK.

For now there is a workaround:

spin-http-engine =  { git = "https://github.com/fermyon/spin", branch = "main" }
spin-loader =  { git = "https://github.com/fermyon/spin", branch = "main" }

Mossaka avatar Apr 15 '22 19:04 Mossaka

ref #316

radu-matei avatar Apr 15 '22 19:04 radu-matei

Personally I like installing things using cargo install, so even the CLI makes sense to publish to crates (there's already a placeholder btw)

joepio avatar Jun 16 '22 09:06 joepio