2018-04-03 13:33:05 +00:00
|
|
|
[package]
|
|
|
|
authors = ["PyO3 Authors"]
|
|
|
|
name = "rustapi-module"
|
|
|
|
version = "0.1.0"
|
|
|
|
description = "A Python wrapper for the Rust API for purposes of testing"
|
2019-02-01 13:01:18 +00:00
|
|
|
edition = "2018"
|
2018-04-03 13:33:05 +00:00
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
|
|
|
|
[dependencies.pyo3]
|
|
|
|
path = "../../"
|
2020-01-11 17:55:40 +00:00
|
|
|
features = ["extension-module"]
|
2018-04-03 13:33:05 +00:00
|
|
|
|
|
|
|
[lib]
|
|
|
|
name = "rustapi_module"
|
|
|
|
crate-type = ["cdylib"]
|