pyo3/examples/rustapi_module/Cargo.toml

16 lines
295 B
TOML
Raw Normal View History

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"
[dependencies]
[dependencies.pyo3]
path = "../../"
# features = ["extension-module"]
[lib]
name = "rustapi_module"
crate-type = ["cdylib"]