diff options
| author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2019-10-24 23:22:31 +0200 |
|---|---|---|
| committer | Ry Dahl <ry@tinyclouds.org> | 2019-10-24 17:22:31 -0400 |
| commit | 492b87d4607577ecad55ae7b1091b440c95880c8 (patch) | |
| tree | c70c157ddb83ad492162c6196dee0f979ec41524 /cli/Cargo.toml | |
| parent | 1d8f3cc896ac417ceed4a28e4a001a758ab49185 (diff) | |
Add error handling for minimal dispatch (#3176)
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 b4a5afd9f..a9fd17ce2 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -27,6 +27,7 @@ deno_typescript = { path = "../deno_typescript", version = "0.21.0" } ansi_term = "0.12.1" atty = "0.2.13" +byteorder = "1.3.2" clap = "2.33.0" dirs = "2.0.2" futures = "0.1.29" |
