summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorskdltmxn <supershop@naver.com>2020-06-17 06:12:50 +0900
committerGitHub <noreply@github.com>2020-06-16 17:12:50 -0400
commitb3c72d1e4554b5fd58cbf3ba2fbf56275446447b (patch)
tree613f42672a715b8fa9422a86af09abec66e4fcef /Cargo.toml
parentb8872cd303584b28c0d6250184e4a1205bf2ad9b (diff)
feat(std/hash): reimplement all hashes in WASM (#6292)
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
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"
+]