We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8589511 commit 982c4b2Copy full SHA for 982c4b2
1 file changed
crates/processing_pyo3/pyproject.toml
@@ -17,3 +17,10 @@ dev = ["maturin>=1.10,<2.0"]
17
18
[tool.maturin]
19
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