5096f936dc
See https://github.com/PyO3/pyo3/issues/220 and https://github.com/PyO3/pyo3/issues/407 for details on those segfaults
17 lines
330 B
TOML
17 lines
330 B
TOML
[package]
|
|
authors = ["PyO3 Authors"]
|
|
name = "rustapi-module"
|
|
version = "0.1.0"
|
|
description = "A Python wrapper for the Rust API for purposes of testing"
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
|
|
[dependencies.pyo3]
|
|
path = "../../"
|
|
features = ["extension-module", "unsound-subclass"]
|
|
|
|
[lib]
|
|
name = "rustapi_module"
|
|
crate-type = ["cdylib"]
|