diff options
| author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2022-03-11 02:56:14 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-03-10 20:56:14 -0500 |
| commit | 47f22777beb7eb98a07fa56fbbd40ab5c1fa231e (patch) | |
| tree | aa61065f07df3c1ad5a28326801720593a8cdd19 /cli/Cargo.toml | |
| parent | 808f797633ba82c0e9198481ddd742284a03cb9c (diff) | |
feat: "deno task" subcommand (#13725)
Co-authored-by: David Sherret <dsherret@gmail.com>
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 c42088e8a..a31f18b84 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -51,6 +51,7 @@ deno_doc = "0.32.0" deno_graph = "0.24.0" deno_lint = { version = "0.26.0", features = ["docs"] } deno_runtime = { version = "0.48.0", path = "../runtime" } +deno_task_shell = "0.1.6" atty = "=0.2.14" base64 = "=0.13.0" |
