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