-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathCargo.toml
More file actions
30 lines (27 loc) · 732 Bytes
/
Cargo.toml
File metadata and controls
30 lines (27 loc) · 732 Bytes
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
[workspace]
members = ["crates/*"]
resolver = "2"
[workspace.package]
authors = ["mantou <594mantou@gmail.com>"]
rust-version = "1.70"
edition = "2021"
homepage = "https://github.com/mantou132/gem"
license = "Apache-2.0"
repository = "https://github.com/mantou132/gem.git"
[workspace.dependencies]
node-resolve = "2.2.0"
indexmap = { version = "2.8.0" }
regex = { version = "1.11.1", default-features = false }
serde = "1.0.219"
serde_json = "1.0.140"
serde_regex = "1.1.0"
swc_core = "16.4.1"
swc_ecma_parser = "10.0.1"
swc_ecma_visit = "8.0.0"
swc_ecma_ast = "8.0.0"
swc_common = "8.0.0"
testing = "8.0.0"
once_cell = "1.21.0"
tracing = "0.1.41"
pathdiff = "0.2.3"
typed-path = { version = "0.10.0", default-features = false }