Add support for cargo workspaces
Add supports for a particular use case of Cargo workspaces where the version is managed via [workspace.package]
and all the members have the version configured as version = {workspace = true}
List of commits
9dab2e5 (Add tests for cargo workspaces, 2025-09-16)
8c63762 (Add support for Cargo workspaces, 2025-09-16)
c33f8c8 (Prettify code, 2025-09-16)
06d7440 (Disallow both workspace and package sections, 2025-09-16)
bcb34f7 (Use smol-toml for parsing Cargo.toml, 2025-09-23)