scramjet / rewriter /html /Cargo.toml
soiz1's picture
Upload 150 files
bee6636 verified
raw
history blame contribute delete
310 Bytes
[package]
name = "html"
version = "0.1.0"
edition = "2024"
[dependencies]
oxc = { workspace = true }
thiserror = "2.0.12"
tl = { git = "https://github.com/r58playz/tl" }
transform = { version = "0.1.0", path = "../transform" }
[lints]
workspace = true
[features]
debug = ["transform/debug"]