aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar Titus Wormer <tituswormer@gmail.com>2022-10-12 17:40:01 +0200
committerLibravatar Titus Wormer <tituswormer@gmail.com>2022-10-12 17:40:01 +0200
commit54d84a4fd326dcfae871e203d673d55cbf40a279 (patch)
tree977bc7e7acc017e86d06aa6ee07bda93ba58631f /Cargo.toml
parentae9382b7f9466c8df421f0f64850a69a4c658581 (diff)
downloadmarkdown-rs-54d84a4fd326dcfae871e203d673d55cbf40a279.tar.gz
markdown-rs-54d84a4fd326dcfae871e203d673d55cbf40a279.tar.bz2
markdown-rs-54d84a4fd326dcfae871e203d673d55cbf40a279.zip
Add internals to compile JSX away (wip)
Diffstat (limited to '')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 0cc6fd0..ef0d46e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -30,6 +30,7 @@ swc_ecma_codegen = "0.127"
swc_common = "0.29"
swc_ecma_ast = "0.94"
swc_ecma_parser = "0.122"
+swc_ecma_transforms_react = "0.155"
swc_ecma_visit = "0.80"
[build-dependencies]