mirror of
https://github.com/dtolnay/rust-toolchain.git
synced 2024-11-13 04:56:33 +02:00
Dummy package jsons
This commit is contained in:
parent
b4b52b7a8a
commit
68e6c3438e
2 changed files with 17 additions and 0 deletions
6
package-lock.json
generated
Normal file
6
package-lock.json
generated
Normal file
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"name": "rust-toolchain",
|
||||
"version": "0.0.0",
|
||||
"lockfileVersion": 1,
|
||||
"dependencies": {}
|
||||
}
|
11
package.json
Normal file
11
package.json
Normal 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"
|
||||
}
|
Loading…
Reference in a new issue