cargo-publish-ordered 0.4.0

A Cargo plugin to ensure that dependencies are published in a specific order, useful for projects with interdependent crates.
Documentation
1
2
3
4
5
6
pub mod error;
pub mod publisher;
pub mod sorter;
pub mod workspace;

pub(crate) const CARGO_TOML_DEFAULT: &str = "Cargo.toml";