From 6387a1334bc3c5c0ae37e48b7f4422bc9b079d52 Mon Sep 17 00:00:00 2001 From: Kitaiti Makoto Date: Wed, 10 Feb 2021 21:51:57 +0900 Subject: [PATCH] Add wasm-bindgen to plume-front's dependencies --- plume-front/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/plume-front/Cargo.toml b/plume-front/Cargo.toml index d84b4320..1fb00240 100644 --- a/plume-front/Cargo.toml +++ b/plume-front/Cargo.toml @@ -13,3 +13,4 @@ gettext-utils = { git = "https://github.com/Plume-org/gettext-macros/", rev = "a lazy_static = "1.3" serde = "1.0" serde_json = "1.0" +wasm-bindgen = "0.2.70"