pyo3/examples/plugin/Cargo.toml

13 lines
173 B
TOML
Raw Normal View History

[package]
name = "plugin_example"
version = "0.1.0"
edition = "2021"
[dependencies]
pyo3={path="../../", features=["macros"]}
plugin_api={path="plugin_api"}
[workspace]