diff options
| author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2020-09-03 17:11:30 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-09-03 17:11:30 +0200 |
| commit | dbd941148c472171eacec364c689a2a50fa0653d (patch) | |
| tree | 570fc2620c72415baabf7f47dca71201602c4881 /cli/Cargo.toml | |
| parent | 5b100cb874a23f22bcdcbf1965d6f916c7487ae4 (diff) | |
refactor: use dependency analyzer from SWC (#7334)
Diffstat (limited to 'cli/Cargo.toml')
| -rw-r--r-- | cli/Cargo.toml | 1 |
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"] } |
