forked from Lainports/opnsense-ports
14 lines
379 B
TOML
14 lines
379 B
TOML
--- pyproject.toml.orig 2023-04-02 19:57:07 UTC
|
|
+++ pyproject.toml
|
|
@@ -1,5 +1,5 @@
|
|
[build-system]
|
|
-requires = ["maturin>=0.14,<0.15"]
|
|
+requires = ["maturin>=0.14,<2"]
|
|
build-backend = "maturin"
|
|
|
|
[project]
|
|
@@ -24,3 +24,4 @@ python-source = "python"
|
|
[tool.maturin]
|
|
features = ["pyo3/extension-module", "python"]
|
|
python-source = "python"
|
|
+module-name = "jellyfish._rustyfish"
|