diff --git a/pyproject.toml b/pyproject.toml index 2cdde85..de34626 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,5 +39,8 @@ testpaths = ["tests"] markers = ["slow: expensive stress tests, excluded by default; run with -m slow"] addopts = "-m 'not slow'" +[tool.uv] +cache-keys = [{ file = "pyproject.toml" }, { file = "src/**/*.rs" }, { file = "Cargo.toml" }, { file = "Cargo.lock" }] + [tool.fastship] branch = "main"