28 lines
578 B
TOML
28 lines
578 B
TOML
[package]
|
|
name = "frogr"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
anyhow = "1"
|
|
heatshrink = "0.2"
|
|
|
|
minify-html = "0.11.1"
|
|
|
|
swc = "0.269"
|
|
swc_bundler = "0.222.57"
|
|
swc_common = { version = "0.33", features = [
|
|
"ahash",
|
|
"sourcemap",
|
|
"parking_lot",
|
|
] }
|
|
swc_ecma_ast = "0.110.10"
|
|
swc_ecma_codegen = "0.146.30"
|
|
swc_ecma_loader = "0.45.10"
|
|
swc_ecma_minifier = "0.189.59"
|
|
swc_ecma_parser = "0.141.24"
|
|
swc_ecma_transforms_base = "0.134.40"
|
|
swc_ecma_visit = "0.96.10"
|