mirror of
				https://github.com/Swatinem/rust-cache.git
				synced 2025-10-31 09:03:49 +00:00 
			
		
		
		
	Bumps [@vercel/ncc](https://github.com/vercel/ncc) from 0.38.3 to 0.38.4. - [Release notes](https://github.com/vercel/ncc/releases) - [Commits](https://github.com/vercel/ncc/compare/0.38.3...0.38.4) --- updated-dependencies: - dependency-name: "@vercel/ncc" dependency-version: 0.38.4 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
		
			
				
	
	
		
			44 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			44 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|   "private": true,
 | |
|   "name": "rust-cache",
 | |
|   "version": "2.8.1",
 | |
|   "description": "A GitHub Action that implements smart caching for rust/cargo projects with sensible defaults.",
 | |
|   "keywords": [
 | |
|     "actions",
 | |
|     "rust",
 | |
|     "cache"
 | |
|   ],
 | |
|   "author": "Arpad Borsos <arpad.borsos@googlemail.com>",
 | |
|   "license": "LGPL-3.0",
 | |
|   "repository": {
 | |
|     "type": "git",
 | |
|     "url": "git+https://github.com/Swatinem/rust-cache.git"
 | |
|   },
 | |
|   "bugs": {
 | |
|     "url": "https://github.com/Swatinem/rust-cache/issues"
 | |
|   },
 | |
|   "funding": {
 | |
|     "url": "https://github.com/sponsors/Swatinem"
 | |
|   },
 | |
|   "homepage": "https://github.com/Swatinem/rust-cache#readme",
 | |
|   "dependencies": {
 | |
|     "@actions/buildjet-cache": "npm:github-actions.cache-buildjet@0.2.0",
 | |
|     "@actions/warpbuild-cache": "npm:github-actions.warp-cache@1.4.7",
 | |
|     "@actions/cache": "^4.0.5",
 | |
|     "@actions/core": "^1.11.1",
 | |
|     "@actions/exec": "^1.1.1",
 | |
|     "@actions/glob": "^0.5.0",
 | |
|     "@actions/io": "^1.1.3",
 | |
|     "smol-toml": "^1.4.2"
 | |
|   },
 | |
|   "devDependencies": {
 | |
|     "@types/node": "^24.3.0",
 | |
|     "@vercel/ncc": "^0.38.4",
 | |
|     "linefix": "^0.1.1",
 | |
|     "typescript": "5.9.2"
 | |
|   },
 | |
|   "scripts": {
 | |
|     "prepare": "ncc build --target es2020 -o dist/restore src/restore.ts && ncc build --target es2020 -o dist/save src/save.ts && linefix dist"
 | |
|   }
 | |
| }
 |