rust/Cargo.toml
author Pierre-Yves David <pierre-yves.david@octobus.net>
Thu, 02 Jan 2025 14:50:06 +0100
changeset 52592 87ceb51d124c
parent 52402 6673cec8605c
child 52606 be765f6797cc
permissions -rw-r--r--
run-tests: drop jython support I don't think we heard anything about jython support for the past 15 years, so let's drop special support for it in run-tests.py it is most probably broken at that point.
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]
52402
6673cec8605c rust: add PyO3 based Rust extension module
Rapha?l Gom?s <rgomes@octobus.net>
parents: 51118
diff changeset
     2
members = ["hg-core", "hg-cpython", "hg-pyo3", "rhg"]
44638
af739894a4c1 hgcli: add stub PyOxidizer project
Gregory Szorc <gregory.szorc@gmail.com>
parents: 44637
diff changeset
     3
exclude = ["chg", "hgcli"]
51118
34e0670caf46 rust: add explicit resolver field to top-level cargo manifest file
Rapha?l Gom?s <rgomes@octobus.net>
parents: 44981
diff changeset
     4
resolver = "2"