view rust/Cargo.toml @ 52173:ba9df4e6abb8

fncache: refactor load check into a property This makes the intent more obvious new callers less prone to error.
author Raphaël Gomès <rgomes@octobus.net>
date Mon, 29 Jul 2024 20:34:06 +0200
parents 34e0670caf46
children
line wrap: on
line source

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