wasmerio / cargo-wasmer

A cargo sub-command for publishing Rust crates to the WebAssembly Package Manager.
Apache License 2.0
23 stars 2 forks source link

Skip publishing packages that don't have a `[package.metadata.wapm]` table #13

Closed Michael-F-Bryan closed 1 year ago

Michael-F-Bryan commented 1 year ago

We used to skip publishing any crates that don't have a [package.metadata.wapm] table in their Cargo.toml file, similar to publish = false. This adds the logic back in.