diff options
Diffstat (limited to 'cli/Cargo.toml')
-rw-r--r-- | cli/Cargo.toml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cli/Cargo.toml b/cli/Cargo.toml index fdca9cceb..52bc4f2c3 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -26,7 +26,6 @@ deno_typescript = { path = "../deno_typescript", version = "0.34.0" } deno_core = { path = "../core", version = "0.34.0" } deno_typescript = { path = "../deno_typescript", version = "0.34.0" } -ansi_term = "0.11.0" atty = "0.2.13" base64 = "0.11.0" bytes = "0.5.3" |