initial commit

This commit is contained in:
2026-05-21 20:46:11 +02:00
commit b47d99ba2b
11 changed files with 1662 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
[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.6.0"