mirror of
				https://github.com/BurntSushi/ripgrep.git
				synced 2025-10-30 23:17:47 +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:
		
				
					committed by
					
						 Andrew Gallant
						Andrew Gallant
					
				
			
			
				
	
			
			
			
						parent
						
							51d2db7f19
						
					
				
				
					commit
					0f502a9439
				
			| @@ -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" | ||||
|   | ||||
		Reference in New Issue
	
	Block a user