summaryrefslogtreecommitdiff
path: root/cli/Cargo.toml
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2020-09-03 17:11:30 +0200
committerGitHub <noreply@github.com>2020-09-03 17:11:30 +0200
commitdbd941148c472171eacec364c689a2a50fa0653d (patch)
tree570fc2620c72415baabf7f47dca71201602c4881 /cli/Cargo.toml
parent5b100cb874a23f22bcdcbf1965d6f916c7487ae4 (diff)
refactor: use dependency analyzer from SWC (#7334)
Diffstat (limited to 'cli/Cargo.toml')
-rw-r--r--cli/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/Cargo.toml b/cli/Cargo.toml
index 0d61cceed..74694c165 100644
--- a/cli/Cargo.toml
+++ b/cli/Cargo.toml
@@ -63,6 +63,7 @@ sys-info = "0.7.0"
sourcemap = "6.0.1"
swc_common = { version = "=0.10.2", features = ["sourcemap"] }
swc_ecmascript = { version = "=0.7.0", features = ["codegen", "parser", "react", "transforms", "visit"] }
+swc_ecma_dep_graph = "0.3.0"
tempfile = "3.1.0"
termcolor = "1.1.0"
tokio = { version = "0.2.22", features = ["full"] }