From 16790764979d14eaddabf3774240fa0e92a2ed3b Mon Sep 17 00:00:00 2001 From: ControlNet Date: Mon, 2 Dec 2024 22:54:51 +1100 Subject: [PATCH] add pip metadata for scallopy --- core/src/lib.rs | 1 + etc/scallopy/pyproject.toml | 4 ++++ 2 files changed, 5 insertions(+) create mode 100644 etc/scallopy/pyproject.toml diff --git a/core/src/lib.rs b/core/src/lib.rs index eda4c3c..53e75a1 100644 --- a/core/src/lib.rs +++ b/core/src/lib.rs @@ -2,6 +2,7 @@ #![feature(extract_if)] #![feature(hash_extract_if)] #![feature(proc_macro_span)] +#![feature(iter_repeat_n)] pub mod common; pub mod compiler; diff --git a/etc/scallopy/pyproject.toml b/etc/scallopy/pyproject.toml new file mode 100644 index 0000000..3bc67a2 --- /dev/null +++ b/etc/scallopy/pyproject.toml @@ -0,0 +1,4 @@ +[build-system] +requires = ["maturin>=1.5,<2.0"] +build-backend = "maturin" +