rust/Cargo.toml
author Pierre-Yves David <pierre-yves.david@octobus.net>
Sat, 11 Jun 2022 00:56:50 +0200
changeset 49355 0540c1628fd4
parent 44981 cf04f62d1579
child 51121 34e0670caf46
permissions -rw-r--r--
sparse: use None as the sparse matcher value when disabled This create a clear signal for when the feature is unused. We could also create an `alwaysmatcher`, but using None is more explicit, so I went for it.

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