diff --git a/instant-segment-py/pyproject.toml b/instant-segment-py/pyproject.toml new file mode 100644 index 0000000..ba7fa38 --- /dev/null +++ b/instant-segment-py/pyproject.toml @@ -0,0 +1,3 @@ +[build-system] +requires = ["maturin >= 0.11, < 0.12"] +build-backend = "maturin"