There was an error while loading. Please reload this page.
uv run
1 parent ba86bb9 commit 078480dCopy full SHA for 078480d
1 file changed
pyproject.toml
@@ -44,6 +44,7 @@ Discord = "https://discord.gg/astral-sh"
44
45
[tool.maturin]
46
bindings = "bin"
47
+editable-profile = "dev"
48
manifest-path = "crates/uv/Cargo.toml"
49
module-name = "uv"
50
python-source = "python"
@@ -110,6 +111,15 @@ docker = [
110
111
"cargo-zigbuild>=0.19.8",
112
]
113
114
+[tool.uv]
115
+cache-keys = [
116
+ { file = "pyproject.toml" },
117
+ { file = "Cargo.toml" },
118
+ { file = "Cargo.lock" },
119
+ { file = "crates/**/*.rs" },
120
+ { file = "crates/**/Cargo.toml" },
121
+]
122
+
123
[tool.uv.dependency-groups]
124
docs = { requires-python = ">=3.12" }
125
docker = { requires-python = ">=3.12" }
0 commit comments