File tree Expand file tree Collapse file tree 1 file changed +10
-6
lines changed Expand file tree Collapse file tree 1 file changed +10
-6
lines changed Original file line number Diff line number Diff line change @@ -968,7 +968,11 @@ fn package_metadata() {
968
968
[package]
969
969
name = "foo"
970
970
version = "0.1.0"
971
- authors = []
971
+
972
+ categories = ["database"]
973
+ keywords = ["database"]
974
+ readme = "README.md"
975
+ repository = "https://github.com/rust-lang/cargo"
972
976
973
977
[package.metadata.bar]
974
978
baz = "quux"
@@ -984,14 +988,14 @@ fn package_metadata() {
984
988
{
985
989
"packages": [
986
990
{
987
- "authors": [],
988
- "categories": [],
991
+
992
+ "categories": ["database" ],
989
993
"name": "foo",
990
- "readme": null ,
991
- "repository": null ,
994
+ "readme": "README.md" ,
995
+ "repository": "https://github.com/rust-lang/cargo" ,
992
996
"version": "0.1.0",
993
997
"id": "foo[..]",
994
- "keywords": [],
998
+ "keywords": ["database" ],
995
999
"source": null,
996
1000
"dependencies": [],
997
1001
"license": null,
You can’t perform that action at this time.
0 commit comments