Merge pull request #55 from dtolnay/packagejson

Dummy package jsons
This commit is contained in:
David Tolnay 2023-01-21 10:29:08 -08:00 committed by GitHub
commit 3cf1bcc749
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 17 additions and 0 deletions

6
package-lock.json generated Normal file
View file

@ -0,0 +1,6 @@
{
"name": "rust-toolchain",
"version": "0.0.0",
"lockfileVersion": 1,
"dependencies": {}
}

11
package.json Normal file
View file

@ -0,0 +1,11 @@
{
"name": "rust-toolchain",
"version": "0.0.0",
"description": "Install the Rust toolchain",
"repository": {
"type": "git",
"url": "git+https://github.com/dtolnay/rust-toolchain.git"
},
"author": "dtolnay",
"license": "MIT"
}