rust/Cargo.toml
author Gregory Szorc <gregory.szorc@gmail.com>
Mon, 04 Nov 2019 21:17:34 -0800
branchstable
changeset 43414 a0916e8819f6
parent 40978 5532823e8c18
child 44484 79ac59d3f73d
permissions -rw-r--r--
localrepo: use str for lookup in vars() vars() returns a dict of str. So always use a native str for the key lookup. Differential Revision: https://phab.mercurial-scm.org/D7227

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