about summary refs log tree commit diff
path: root/src/tools/rust-analyzer/.github/actions/github-release/package.json
blob: af4bf074d2d03b76ff18c1a4b6172462d8418eef (plain)
1
2
3
4
5
6
7
8
9
10
{
  "name": "wasmtime-github-release",
  "version": "0.0.0",
  "main": "main.js",
  "dependencies": {
    "@actions/core": "^1.6",
    "@actions/github": "^5.0",
    "glob": "^7.1.5"
  }
}