view rust/Cargo.toml @ 52305:79e8118cd846

rust-lib: move `Dirstate*Error` to the `dirstate` module That's where they belong and should always have been there.
author Raphaël Gomès <rgomes@octobus.net>
date Mon, 04 Nov 2024 11:18:36 +0100
parents 34e0670caf46
children
line wrap: on
line source

[workspace]
members = ["hg-core", "hg-cpython", "rhg"]
exclude = ["chg", "hgcli"]
resolver = "2"