actions-toolkit-sys 0.1.0

Raw bindings to the GitHub actions toolkit API for projects using wasm-bindgen.
1
2
3
4
5
6
7
8
9
10
11
{
  "requires": true,
  "lockfileVersion": 1,
  "dependencies": {
    "@actions/core": {
      "version": "1.1.1",
      "resolved": "https://registry.npmjs.org/@actions/core/-/core-1.1.1.tgz",
      "integrity": "sha512-O5G6EmlzTVsng7VSpNtszIoQq6kOgMGNTFB/hmwKNNA4V71JyxImCIrL27vVHCt2Cb3ImkaCr6o27C2MV9Ylwg=="
    }
  }
}