Skip to content

Commit 982c4b2

Browse files
authored
Make uv and cargo play nice together (#37)
1 parent 8589511 commit 982c4b2

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

crates/processing_pyo3/pyproject.toml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,10 @@ dev = ["maturin>=1.10,<2.0"]
1717

1818
[tool.maturin]
1919
manifest-path = "Cargo.toml"
20+
21+
[tool.uv]
22+
cache-keys = [
23+
{ file = "pyproject.toml" },
24+
{ file = "Cargo.toml" },
25+
{ file = "src/**/*.rs" },
26+
]

0 commit comments

Comments
 (0)