1
0
mirror of https://github.com/BurntSushi/ripgrep.git synced 2025-02-09 14:14:56 +02:00

cargo: remove "readme" field

It is apparently no longer required since a README.md file is
automatically detected:
https://doc.rust-lang.org/cargo/reference/manifest.html#the-readme-field

Closes #1770
This commit is contained in:
Marco Ieni 2020-12-27 19:35:25 +01:00 committed by Andrew Gallant
parent 51d2db7f19
commit 0f502a9439

View File

@ -10,7 +10,6 @@ first class support on Windows, macOS and Linux.
documentation = "https://github.com/BurntSushi/ripgrep"
homepage = "https://github.com/BurntSushi/ripgrep"
repository = "https://github.com/BurntSushi/ripgrep"
readme = "README.md"
keywords = ["regex", "grep", "egrep", "search", "pattern"]
categories = ["command-line-utilities", "text-processing"]
license = "Unlicense OR MIT"