14 lines
203 B
TOML
14 lines
203 B
TOML
[package]
|
|
name = "decorator"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[lib]
|
|
name = "decorator"
|
|
crate-type = ["cdylib"]
|
|
|
|
[dependencies]
|
|
pyo3 = { path = "../../", features = ["extension-module"] }
|
|
|
|
[workspace]
|