aboutsummaryrefslogtreecommitdiff
path: root/development/tools/cargo-workspace2/Cargo.toml
blob: 8c8abb0144e2dd2cfc5a8ef961d62ad0d8c2e0d3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "cargo-workspace2"
version = "0.2.1"
description = "A tool to query and manage complex cargo workspaces"
authors = ["Mx Kookie <kookie@spacekookie.de>"]
documentation = "https://docs.rs/cargo-workspace2"
repository = "https://git.open-communication.net/spacekookie/cargo-workspace2"
license = "GPL-3.0-or-later"
edition = "2018"

[dependencies]
toml_edit = "0.1.3"
semver = "0.9.0"
textwrap = "0.12"