rust/Cargo.toml
author Pierre-Yves David <pierre-yves.david@octobus.net>
Mon, 20 Nov 2023 05:05:29 +0100
changeset 51335 c9ab452e5611
parent 51119 34e0670caf46
permissions -rw-r--r--
delta-find: check DELTA_BASE_REUSE_FORCE in the _DeltaSearch.__init__ Now that we have an object we can check that DELTA_BASE_REUSE_FORCE cases does not reach this code at in a more suitable location.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
35569
964212780daf rust: implementation of `hg`
Gregory Szorc <gregory.szorc@gmail.com>
parents:
diff changeset
     1
[workspace]
45001
cf04f62d1579 rhg: add rhg crate
Antoine Cezar <antoine.cezar@octobus.net>
parents: 44642
diff changeset
     2
members = ["hg-core", "hg-cpython", "rhg"]
44642
af739894a4c1 hgcli: add stub PyOxidizer project
Gregory Szorc <gregory.szorc@gmail.com>
parents: 44641
diff changeset
     3
exclude = ["chg", "hgcli"]
51119
34e0670caf46 rust: add explicit resolver field to top-level cargo manifest file
Raphaël Gomès <rgomes@octobus.net>
parents: 45001
diff changeset
     4
resolver = "2"