shipper 0.3.0-rc.1

Core library for reliable, resumable Rust workspace publishing
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
---
source: crates/shipper-plan/src/lib.rs
expression: snapshot_of(&ws)
---
packages:
  - name: a-b_c-d_e
    version: 0.2.0
  - name: my-hyphen-pkg
    version: 0.1.0
  - name: my_underscore_pkg
    version: 0.1.0
dependencies:
  a-b_c-d_e: []
  my-hyphen-pkg: []
  my_underscore_pkg:
    - my-hyphen-pkg
skipped: []
registry_name: crates-io