view rust/Cargo.toml @ 43199:069cbbb53cdf

copies: drop the findlimit logic We don't use the limit anymore so we should stop computing that limit. I did not bother measuring the potential performance gain. I am assuming that not running any code will be faster that doing some computation and not using the result.
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Thu, 10 Oct 2019 17:18:46 +0200
parents 5532823e8c18
children 79ac59d3f73d
line wrap: on
line source

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