My personal project and infrastructure archive
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
nomicon/development/tools/cargo-workspace2/Cargo.toml

14 lines
433 B

[package]
name = "cargo-workspace2"
version = "0.2.2"
description = "A tool to query and manage complex cargo workspaces"
authors = ["Mx Kookie <kookie@spacekookie.de>"]
documentation = "https://docs.rs/cargo-workspace2"
repository = "https://dev.spacekookie.de/kookie/nomicon/src/development/tools/cargo-workspace2"
license = "GPL-3.0-or-later"
edition = "2018"
[dependencies]
toml_edit = "0.1.3"
semver = "0.9.0"
textwrap = "0.12"