diff setup.py @ 52402:6673cec8605c

rust: add PyO3 based Rust extension module Rebased by gracinet on top of cleanups for the Mercurial 7.0 development cycle.
author Rapha?l Gom?s <rgomes@octobus.net>
date Mon, 27 Nov 2023 12:21:44 -0500
parents f2fc0a91faca
children c28ba6fb3fae
line wrap: on
line diff
--- a/setup.py	Fri Dec 06 00:58:45 2024 -0500
+++ b/setup.py	Mon Nov 27 12:21:44 2023 -0500
@@ -1662,6 +1662,11 @@
         'hg-cpython',
         'librusthg',
     ),
+    RustStandaloneExtension(
+        'mercurial.pyo3-rustext',
+        'hg-pyo3',
+        'librusthgpyo3',
+    ),
 ]