armory_cli 0.3.30

Cargo workspaces tool
1
2
3
4
5
6
7
8
9
10
11
# armory
Cargo workspaces tool

## Usage
1. Create an armory.toml file in the root of your workspace
2. Add the following to your armory.toml
```toml
version = "0.1.0" # the synced version of all your crates
```
4. Install the armory cli `cargo install cargo-armory`
3. Run `cargo armory`