Skip to content

Commit

Permalink
Add crates.io packages
Browse files Browse the repository at this point in the history
  • Loading branch information
thaliaarchi committed Aug 14, 2021
1 parent ade27f8 commit 1fbb286
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions rust/censoredusername-whitespace-rs.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
"readi": ["inum"]
}
},
"package": { "name": "whitespacers", "manager": "crates.io", "url": "https://crates.io/crates/whitespacers" },
"commands": [
{
"type": "interpreter",
Expand Down
1 change: 1 addition & 0 deletions rust/luminight.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"date": "2020-08-04 15:04:18 +0200",
"spec_version": "0.2",
"source": ["https://github.com/Luminighty/rustws"],
"package": { "name": "rustws", "manager": "crates.io", "url": "https://crates.io/crates/rustws" },
"mappings": [{ "space": "S", "tab": "T", "lf": "L", "spaces_between": false, "ignore_case": true }],
"commands": [
{
Expand Down
2 changes: 1 addition & 1 deletion tools/project.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@
"type": "object",
"properties": {
"name": { "type": "string" },
"manager": { "type": "string", "enum": ["Hackage", "NuGet", "PyPI", "RubyGems"] },
"manager": { "type": "string", "enum": ["crates.io", "Hackage", "NuGet", "PyPI", "RubyGems"] },
"url": { "type": "string", "format": "uri" }
},
"required": ["name", "manager", "url"],
Expand Down

0 comments on commit 1fbb286

Please sign in to comment.