kache 0.19.0

Zero-copy, content-addressed build cache for Rust, C/C++ and more, with S3 and shared-filesystem remotes.
1
2
3
4
5
6
7
8
9
10
11
12
{
  "name": "kache-workflow-tests",
  "private": true,
  "type": "module",
  "scripts": {
    "test": "node workflow-policy.mjs ../.. && node --test workflow-policy.test.mjs"
  },
  "devDependencies": {
    "@actions/expressions": "0.3.61",
    "yaml": "2.9.0"
  }
}