From e27e17589cbd48754c5d243922c4a15449759123 Mon Sep 17 00:00:00 2001 From: messense Date: Wed, 1 Jul 2015 00:20:50 +0800 Subject: [PATCH] Remove illegal keyword robots.txt from Cargo.toml --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3ef406b..7dc7632 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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]