Near-One / near-plugins

Implementation of common patterns used for NEAR smart contracts.
Creative Commons Zero v1.0 Universal
27 stars 12 forks source link

Use `cargo` workspaces for package management #11

Closed sept-en closed 1 year ago

sept-en commented 1 year ago

Currently, we have 2 crates in the repo: near-plugins and near-plugins-derive. IMO it's expected that both of them will be mostly used simultaneously, and moreover, the versioned release should happen in both crates simultaneously since they are pretty dependent on each other.

While the possibility of having united version management could still be discussable, it still makes sense to utilize cargo workspaces to manage the common fields of the package: authors, rust-version, license, etc.