mirror of
https://github.com/danbulant/robotparser-rs
synced 2026-06-24 17:21:45 +00:00
Update package metadata
This commit is contained in:
parent
8e2944d8a4
commit
41351bc68f
1 changed files with 9 additions and 0 deletions
|
|
@ -2,8 +2,17 @@
|
||||||
name = "robotparser"
|
name = "robotparser"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
authors = ["messense <messense@icloud.com>"]
|
authors = ["messense <messense@icloud.com>"]
|
||||||
|
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"]
|
||||||
|
license = "MIT"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
hyper = "*"
|
hyper = "*"
|
||||||
url = "*"
|
url = "*"
|
||||||
time = "*"
|
time = "*"
|
||||||
|
|
||||||
|
[features]
|
||||||
|
unstable = []
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue