rust/Cargo.toml
author Anton Shestakov <av6@dwimlabs.net>
Wed, 24 Jan 2024 13:35:30 -0300
branchstable
changeset 51361 fa4c4fa232d6
parent 51121 34e0670caf46
permissions -rw-r--r--
tests: make sha256line.py available for all tests This was previously only used in test-revlog-delta-find.t, but it will be useful (and used) in other tests that might need to generate poorly-compressible files.

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