armory_lib 0.3.21

A library for publishing cargo workspaces in one go
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "armory_lib"
version = "0.3.21"
edition = "2021"
description = "A library for publishing cargo workspaces in one go"
license = "MIT"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
cargo = "0.61.1"
semver = "1.0.9"
toml = "0.5.9"
serde = { version = "1.0.137", features = ["derive"] }
retry = "1.3.1"
toml_edit = "0.14.3"