rust/pyo3-sharedref/Cargo.toml
changeset 52606 be765f6797cc
child 52840 dd378072137d
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/rust/pyo3-sharedref/Cargo.toml	Sun Dec 15 16:32:24 2024 +0100
@@ -0,0 +1,12 @@
+[package]
+name = "pyo3-sharedref"
+version = "0.1.0"
+edition = "2021"
+
+[lib]
+name='pyo3_sharedref'
+crate-type = ["rlib"]
+
+[dependencies]
+pyo3 = { version = "0.23.1" }
+stable_deref_trait = "1.2.0"