diff options
| author | skdltmxn <supershop@naver.com> | 2020-06-17 06:12:50 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-06-16 17:12:50 -0400 |
| commit | b3c72d1e4554b5fd58cbf3ba2fbf56275446447b (patch) | |
| tree | 613f42672a715b8fa9422a86af09abec66e4fcef /Cargo.toml | |
| parent | b8872cd303584b28c0d6250184e4a1205bf2ad9b (diff) | |
feat(std/hash): reimplement all hashes in WASM (#6292)
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml index b273e4222..c26258ee8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,3 +6,6 @@ members = [ "deno_typescript", "test_plugin" ] +exclude = [ + "std/hash/_wasm" +] |
