rust/Cargo.toml
author Yuya Nishihara <yuya@tcha.org>
Sun, 27 Oct 2019 12:30:59 +0900
branchstable
changeset 43335 242ad45b60b3
parent 40978 5532823e8c18
child 44484 79ac59d3f73d
permissions -rw-r--r--
config: fix -Tjson to not crash due to unsupported defaultvalue types Maybe it isn't great to ignore unsupported types at all, but otherwise "hg config -Tjson" would crash.

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