diff --git a/pyo3-derive-backend/Cargo.toml b/pyo3-derive-backend/Cargo.toml new file mode 100644 index 00000000..c1f5b738 --- /dev/null +++ b/pyo3-derive-backend/Cargo.toml @@ -0,0 +1,18 @@ +[package] +name = "pyo3-derive-backend" +version = "0.2.1" +description = "Code generation for PyO3 package" +authors = ["PyO3 Project and Contributors