From c2755af7b31fa4d1673aeb0d0752cc62e9e78398 Mon Sep 17 00:00:00 2001 From: Olof Blomqvist Date: Sun, 9 Jul 2023 21:03:26 +0200 Subject: [PATCH] sdfsdf --- Cargo.toml | 5 +---- cross.toml | 4 ---- 2 files changed, 1 insertion(+), 8 deletions(-) delete mode 100644 cross.toml diff --git a/Cargo.toml b/Cargo.toml index 18204a1..0901630 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,4 @@ crate-type = ["cdylib"] [dependencies] #pyo3 = "0.19.0" pyo3 = { version = "0.19.0", features = ["extension-module", "generate-import-lib"] } -marlowe_lang = "*" - -[package.metadata.maturin.package_data] -python_files = ["python_files/*"] +marlowe_lang = "*" \ No newline at end of file diff --git a/cross.toml b/cross.toml deleted file mode 100644 index 9e35b9f..0000000 --- a/cross.toml +++ /dev/null @@ -1,4 +0,0 @@ -[build] -image = "nucypher/rust-python" -xargo = true -build-std = false \ No newline at end of file