stylance-cli 0.0.3

Cli tool for bundling stylance scoped CSS files.
[[bin]]
name = "stylance"
path = "./src/main.rs"
[dependencies.anyhow]
version = "1.0.79"

[dependencies.clap]
features = ["derive", "cargo"]
version = "4.4.12"

[dependencies.notify]
version = "6.1.1"

[dependencies.stylance-core]
version = "0.0.3"

[dependencies.walkdir]
version = "2.4.0"

[package]
description = "Cli tool for bundling stylance scoped CSS files."
edition = "2021"
license = "MIT OR Apache-2.0"
name = "stylance-cli"
readme = "README.md"
repository = "https://github.com/basro/stylance-rs"
version = "0.0.3"