Skip to content
Cargo.toml 401 B
Newer Older
theMackabu's avatar
theMackabu committed
[package]
name = "mkcss"
theMackabu's avatar
theMackabu committed
version = "0.1.7"
theMackabu's avatar
theMackabu committed
edition = "2021"
license = "MIT"
repository = "https://github.com/exact-rs/mkcss"
description = "📝 Simple css creation utility."

[dependencies]
clap = { version = "4.4.2", features = ["derive"] }
clap-verbosity-flag = "2.0.1"
colored = "2.0.4"
env_logger = "0.10.0"
inquire = "0.6.2"
log = "0.4.20"
macros-rs = "0.4.0"
theMackabu's avatar
theMackabu committed
regex = "1.9.5"
scraper = "0.17.1"