makeup-comparator 1.0.0

CLI program look for cosmetic products within a various specialized websites and compare them
[[bin]]
name = "makeup-comparator"
[dependencies.ansi_term]
version = "0.12.1"

[dependencies.clap]
features = ["derive"]
version = "3.2.23"

[dependencies.scrapped-webs]
version = "1.0.0"
[dev-dependencies.rusty-hook]
version = "^0.11.2"

[package]
authors = ["RubenRubioM"]
categories = ["command-line-utilities"]
description = "CLI program look for cosmetic products within a various specialized websites and compare them"
edition = "2021"
homepage = "https://github.com/RubenRubioM/makeup-comparator"
keywords = ["cli", "search", "makeup"]
license-file = "LICENSE.txt"
name = "makeup-comparator"
readme = "README.md"
repository = "https://github.com/RubenRubioM/makeup-comparator"
version = "1.0.0"
[profile.release]
opt-level = 3