[package]
name = "hammertime"
version.workspace = true
edition.workspace = true
authors.workspace = true
repository.workspace = true
homepage.workspace = true
license.workspace = true
description = "Build & codegen tool for Ordinary projects."
readme = "README.md"
categories = []
[dependencies]
ordinary-config.workspace = true
serde_json.workspace = true
heck.workspace = true
ordinary-types.workspace = true
tracing.workspace = true
parking_lot.workspace = true
bytesize.workspace = true
swc_html_minifier = "43.0.0"
swc_html_parser = "18.0.0"
swc_common = "18.0.1"
swc_html_codegen = "19.0.0"
swc_ecma_minifier = "43.0.2"
swc = "53.0.0"
wasm-bindgen-cli = "0.2.108"
lightningcss = "1.0.0-alpha.70"
anyhow = "1.0.100"
[lints.clippy]
unwrap_used = "deny"