Remove illegal keyword robots.txt from Cargo.toml

This commit is contained in:
messense 2015-07-01 00:20:50 +08:00
parent 41351bc68f
commit e27e17589c

View file

@ -6,7 +6,7 @@ description = "robots.txt parser for Rust"
repository = "https://github.com/messense/robotparser-rs"
homepage = "https://github.com/messense/robotparser-rs"
readme = "README.md"
keywords = ["robot", "robots", "robots.txt", "parser", "spider", "crawler"]
keywords = ["robot", "robots", "parser", "spider", "crawler"]
license = "MIT"
[dependencies]