Files
uv/scripts/packages/maturin_editable/Cargo.toml
T
2024-04-22 18:27:22 +00: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.21.0"