bstr icon indicating copy to clipboard operation
bstr copied to clipboard

Drop `readme` and `resolver` fields from Cargo.toml

Open LingMan opened this issue 3 years ago • 0 comments

The values they set don't differ from the defaults. From the manifest reference:

readme: "If no value is specified for this field, and a file named README.md, README.txt or README exists in the package root, then the name of that file will be used."

resolver: "The default is "2" if the root package specifies edition = "2021" or a newer edition."

LingMan avatar Sep 14 '22 15:09 LingMan