Skip to content

Commit ebea498

Browse files
committed
feat: add cache-keys to tool.uv
1 parent f40236c commit ebea498

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

pyproject.toml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "rustac"
3-
description = "A no-dependency Python package for STAC, using Rust under the hood."
3+
description = "The power of Rust for the Python STAC ecosystem"
44
readme = "README.md"
55
authors = [{ name = "Pete Gadomski", email = "[email protected]" }]
66
requires-python = ">=3.10"
@@ -76,6 +76,11 @@ docs = [
7676

7777
[tool.uv]
7878
default-groups = ["dev", "docs"]
79+
cache-keys = [
80+
{ file = "pyproject.toml" },
81+
{ file = "Cargo.toml" },
82+
{ file = "**/*.rs" },
83+
]
7984

8085
[build-system]
8186
requires = ["maturin>=1.7,<2.0"]

0 commit comments

Comments
 (0)