mirror of
https://github.com/danbulant/robotparser-rs
synced 2026-06-18 14:11:30 +00:00
Remove illegal keyword robots.txt from Cargo.toml
This commit is contained in:
parent
41351bc68f
commit
e27e17589c
1 changed files with 1 additions and 1 deletions
|
|
@ -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]
|
||||
|
|
|
|||
Loading…
Reference in a new issue