aboutsummaryrefslogtreecommitdiff
path: root/development/tools/cargo-workspace2/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'development/tools/cargo-workspace2/Cargo.toml')
-rw-r--r--development/tools/cargo-workspace2/Cargo.toml14
1 files changed, 14 insertions, 0 deletions
diff --git a/development/tools/cargo-workspace2/Cargo.toml b/development/tools/cargo-workspace2/Cargo.toml
new file mode 100644
index 000000000000..8c8abb0144e2
--- /dev/null
+++ b/development/tools/cargo-workspace2/Cargo.toml
@@ -0,0 +1,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" \ No newline at end of file