[package]
edition = "2021"
name = "crawlberg-cli"
version = "0.0.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Command-line interface for crawlberg."
homepage = "https://xberg.io"
documentation = "https://docs.rs/crawlberg-cli"
readme = false
keywords = [
"crawl",
"scrape",
"web",
]
categories = ["web-programming"]
license = "MIT"
repository = "https://github.com/xberg-io/crawlberg"
[lib]
name = "crawlberg_cli"
path = "src/lib.rs"