pyo3/examples/plugin/.template/Cargo.toml
2023-01-27 08:34:09 +00:00

10 lines
176 B
TOML

[package]
authors = ["{{authors}}"]
name = "{{project-name}}"
version = "0.1.0"
edition = "2021"
[dependencies]
pyo3 = "{{PYO3_VERSION}}"
plugin_api = { path = "plugin_api" }