This repository has been archived on 2026-06-01. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
template-compiler/Cargo.toml
T
2026-05-22 10:36:41 +02:00

18 lines
353 B
TOML

[package]
name = "template-compiler"
version = "0.1.0"
edition = "2024"
[dependencies]
serde_json = "1.0"
clap = { version = "4.0", features = ["derive"] }
indoc = "2"
lightningcss = "1.0.0-alpha.71"
rand = "0.8"
minify-js = "0.5.0"
oxc_minifier = "0.132.0"
oxc_allocator = "0.132.0"
oxc_codegen = "0.132.0"
oxc_parser = "0.132.0"
oxc_span = "0.132.0"