From 19965c46bcc9f3741ec5a9e0b7f17b63cd4bd780 Mon Sep 17 00:00:00 2001 From: Paul Masurel Date: Wed, 6 Oct 2021 10:45:17 +0900 Subject: [PATCH] Added wasm-mt --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index d51b4b60f..c5f6bf39b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -55,6 +55,7 @@ lru = "0.7.0" fastdivide = "0.3" itertools = "0.10.0" measure_time = "0.7.0" +wasm-mt = "0.1" [target.'cfg(windows)'.dependencies] winapi = "0.3.9"