view rust/Cargo.toml @ 40942:e48fdeb08c77

py3: fix bad escapes of sub() replacement pattern in test-template-basic.t Python 3.7 starts complaining about it. We have to double the backslash or '\x5c' to get around.
author Yuya Nishihara <yuya@tcha.org>
date Fri, 14 Dec 2018 21:19:19 +0900
parents a36c5e23c055
children 98a0fbda8739
line wrap: on
line source

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