easywind_cli 0.1.0

EasyWind - The easiest way to get started with Tailwind CSS

[package]
name = "easywind_cli"
version = "0.1.0"
edition = "2021"
license = "Apache-2.0"
description  = "EasyWind - The easiest way to get started with Tailwind CSS"

[dependencies]
# workspace
easywind = "0.1.0"

# async 
futures = "0.3.28"
tokio = {version = "1.30", features = ["rt-multi-thread", "macros"]}

# logging
log = "0.4"
pretty_env_logger = "0.5"

# error handling
color-eyre = "0.6"
eyre = "0.6"

clap = { version = "4.3.21", features = ["derive", "unstable-styles"] }
anstyle = "1.0.1"

[[bin]]
name = "easywind"
path = "src/main.rs"