diff options
| author | Kitson Kelly <me@kitsonkelly.com> | 2020-11-03 06:41:20 +1100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-11-03 06:41:20 +1100 |
| commit | d672e1405dd7085a060625fc320d063f7f7970a2 (patch) | |
| tree | b48793a452a4dc1df2dd048a74b9485b6fc9a775 /cli/Cargo.toml | |
| parent | 40cd4db974465518583af30a64849e5d152e0b34 (diff) | |
refactor(cli): cleanup compiler snapshot and tsc/module_graph (#8220)
Diffstat (limited to 'cli/Cargo.toml')
| -rw-r--r-- | cli/Cargo.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 731fb2efb..ec06e1f70 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -23,6 +23,8 @@ path = "./bench/main.rs" deno_core = { path = "../core", version = "0.66.0" } deno_web = { path = "../op_crates/web", version = "0.17.0" } deno_fetch = { path = "../op_crates/fetch", version = "0.9.0" } +regex = "1.3.9" +serde = { version = "1.0.116", features = ["derive"] } [target.'cfg(windows)'.build-dependencies] winres = "0.1.11" |
