Solace/Cargo.toml
2025-07-05 12:58:22 +02:00

14 lines
249 B
TOML

[package]
name = "solace"
version = "0.1.0"
edition = "2024"
[dependencies]
anyhow = "1.0.98"
lazy_static = "1.5.0"
pest = "2.8.1"
pest_derive = "2.8.1"
swc_common = "13.0.2"
swc_ecma_ast = "13.0.0"
swc_ecma_codegen = "15.0.1"
thiserror = "2.0.12"