diff options
| author | Kevin (Kun) "Kassimo" Qian <kevinkassimo@gmail.com> | 2019-11-14 05:31:39 -0800 |
|---|---|---|
| committer | Ry Dahl <ry@tinyclouds.org> | 2019-11-14 08:31:39 -0500 |
| commit | 4189cc1ab5493ab0aef48c06416c4d16f6806245 (patch) | |
| tree | dad82896518ed93548a8d11b7bf68ad6a0eaa4f0 /cli/Cargo.toml | |
| parent | fdf0ede2acd110ba04857d5674db19c908b3ff32 (diff) | |
Loader: support .wasm imports (#3328)
* loader: support .wasm imports
* http_server: true
* Support named exports
* Clippy
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 792b5aec8..4e2ab18c8 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -27,6 +27,7 @@ deno_typescript = { path = "../deno_typescript", version = "0.23.0" } ansi_term = "0.12.1" atty = "0.2.13" +base64 = "0.11.0" byteorder = "1.3.2" clap = "2.33.0" dirs = "2.0.2" |
