summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarco Ieni <11428655+MarcoIeni@users.noreply.github.com>2020-12-27 19:35:25 +0100
committerAndrew Gallant <jamslam@gmail.com>2021-05-31 21:51:18 -0400
commit0f502a9439822df41b3140d944f5d03c36144ecd (patch)
treeb496a883d8bd7ff539f8b2e038849f2424eeedfb
parent51d2db7f19c2855f8d83901a04425335a036325c (diff)
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
-rw-r--r--Cargo.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 4373560d..718344c9 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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"