Files
uv/scripts/editable-installs/maturin_editable/Cargo.toml
T
konsti 7acfda889f Add test cases for editable installs (#565)
One test case with a mixed python/native module using maturin, one using
pure python using poetry. I'm avoiding adding one using legacy
setuptools.
2023-12-06 18:21:29 +01:00

13 lines
257 B
TOML

[package]
name = "maturin_editable"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[lib]
name = "maturin_editable"
crate-type = ["cdylib"]
[dependencies]
pyo3 = "0.20.0"