pyo3/examples/decorator/.template/Cargo.toml

14 lines
316 B
TOML

[package]
authors = ["{{authors}}"]
name = "{{project-name}}"
version = "0.1.0"
description = "An example project to get started using PyO3 with maturin"
edition = "2018"
[dependencies]
pyo3 = { version = "{{PYO3_VERSION}}", features = ["extension-module"] }
[lib]
name = "maturin_starter"
crate-type = ["cdylib"]