-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCargo.toml
More file actions
44 lines (36 loc) · 1.89 KB
/
Copy pathCargo.toml
File metadata and controls
44 lines (36 loc) · 1.89 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
[workspace]
members=["crates/jade-vm", "crates/jade-vm-core", "crates/jade-vm-wasm", "crates/jade-vm-wsdom", "crates/jade-vm-jit", "crates/jade-vm-frontend", "crates/jade-swc-tenant-exposure", "crates/jade-vm-e2e-tests", "crates/jade-cfg-opt", "crates/jade-vm-jit-swc", "crates/jade-tenant-rt", "crates/jade-primordial-ir", "crates/jade-primordial-rt"]
resolver="3"
[workspace.package]
license = "MPL-2.0"
description = "JS meta-engine"
[workspace.dependencies]
portal-jsc-common = {git="https://github.com/portal-co/jsaw-core.git",version="^0.8.0-pre.9"}
portal-jsc-swc-cfg = {git="https://github.com/portal-co/jsaw-core.git",version="^0.8.0-pre.9"}
portal-jsc-swc-tac = {git="https://github.com/portal-co/jsaw-core.git",version="^0.8.0-pre.9"}
portal-jsc-swc-ssa = {git="https://github.com/portal-co/jsaw-core.git",version="^0.8.0-pre.9"}
portal-jsc-swc-util = {git="https://github.com/portal-co/jsaw-core.git",version="^0.8.0-pre.9"}
id-arena = "^2.2.1"
arena-traits = {version="^0.2.3",features=["id-arena"]}
ssa-traits = "^0.2.3"
cfg-traits = {git="https://github.com/portal-co/codegen-utils.git",version="^0.2.0-alpha.0"}
ssa-impls = {git="https://github.com/portal-co/codegen-utils.git",version="^0.2.3"}
ssa-reloop = "^0.2.3"
ssa-reloop2 = {git="https://github.com/portal-co/codegen-utils.git",version="^0.2.3"}
swc_atoms = "^9.0.0"
swc_common = "^19.0.0"
swc_ecma_ast = "^21.0.0"
swc_ecma_compat_es2015 = "^43.0.0"
swc_ecma_minifier = "^46.0.0"
swc_ecma_transforms_base = "^38.0.0"
swc_ecma_transforms_optimization = "^40.0.0"
swc_ecma_utils = "^27.0.0"
swc_ecma_visit = "^21.0.0"
swc_bundler = "^44.0.0"
swc_ecma_loader = "^19.0.0"
swc_ecma_parser = "^35.0.0"
swc_ecma_codegen = "^24"
proc-macro2 = "^1.0"
quote = "^1.0"
portal-solutions-swibb = {version="^0.6.0-alpha.1",git="https://github.com/portal-co/swibb.git"}
portal-solutions-rewd-core={version="^0.1.0",git="https://github.com/portal-co/rewd.git"}