cssforge 0.2.1

Safety-first semantic CSS refactoring and modernization workbench
[package]
name = "cssforge"
description = "Safety-first semantic CSS refactoring and modernization workbench"
version.workspace = true
edition.workspace = true
license.workspace = true
authors.workspace = true
repository.workspace = true
homepage.workspace = true
documentation.workspace = true
readme = "../../README.md"
keywords = ["css", "refactoring", "nesting", "modernize", "cli"]
categories = ["command-line-utilities", "development-tools", "web-programming"]

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

[dependencies]
anyhow.workspace = true
clap.workspace = true
cssforge-core = { path = "../cssforge-core", version = "0.2.1" }
cssforge-tui = { path = "../cssforge-tui", version = "0.2.1" }
serde_json.workspace = true