zccache-watcher 1.2.2

Filesystem watching subsystem for zccache
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[build-system]
requires = ["maturin>=1.7"]
build-backend = "maturin"

[project]
name = "zccache-watcher"
version = "1.2.2"
description = "Cross-platform filesystem watcher backed by zccache"
requires-python = ">=3.9"
license = "MIT OR Apache-2.0"

[tool.maturin]
features = ["python"]
module-name = "zccache.watcher._native"
python-source = "python"
manifest-path = "Cargo.toml"