build: add lightningcss and minify-js as build dependencies (#359)

This commit is contained in:
neon_arch 2023-10-30 19:20:19 +03:00
parent da03037ca4
commit 3f367d0b5e
2 changed files with 353 additions and 8 deletions

View file

@ -45,6 +45,10 @@ rusty-hook = "^0.11.2"
criterion = "0.5.1"
tempfile = "3.8.0"
[build-dependencies]
lightningcss = "1.0.0-alpha.50"
minify-js = "0.5.6"
[profile.dev]
opt-level = 0
debug = true