workspyce 0.1.0

A minimal, no-nonsense version manager for uv workspaces, inspired by changesets
[[bin]]
name = "workspyce"
path = "src/main.rs"

[dependencies.clap]
features = ["derive"]
version = "4.5.53"

[dependencies.random-name]
version = "0.1.1"

[dependencies.regex]
version = "1.12.2"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A minimal, no-nonsense version manager for uv workspaces, inspired by changesets"
edition = "2024"
keywords = ["uv", "python", "versioning", "version-manager", "workspace"]
license-file = "LICENSE"
name = "workspyce"
readme = "README.md"
repository = "https://github.com/AstraBert/workspyce"
version = "0.1.0"