summary refs log tree commit diff
path: root/compiler/rustc_codegen_cranelift/.github/actions/github-release/package.json
blob: d9c23f8873ece8afe2ef7a7703e1fa13306f16b2 (plain)
1
2
3
4
5
6
7
8
9
10
11
{
  "name": "rustc_codegen_cranelift-github-release",
  "version": "0.0.0",
  "license": "Apache-2.0 WITH LLVM-exception",
  "main": "main.js",
  "dependencies": {
    "@actions/core": "^1.9.1",
    "@actions/github": "^5.1.0",
    "glob": "^7.1.5"
  }
}