From faab5f6b3b581de994b6d01e5b182d5c2ed26d5d Mon Sep 17 00:00:00 2001 From: Kitaiti Makoto Date: Wed, 10 Feb 2021 21:53:59 +0900 Subject: [PATCH] Make plume-front's type cdylib --- plume-front/Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/plume-front/Cargo.toml b/plume-front/Cargo.toml index 1fb00240..2ebe9258 100644 --- a/plume-front/Cargo.toml +++ b/plume-front/Cargo.toml @@ -4,6 +4,9 @@ version = "0.6.1-dev" authors = ["Plume contributors"] edition = "2018" +[lib] +crate-type = ["cdylib"] + [dependencies] stdweb = "=0.4.18" stdweb-internal-runtime = "=0.1.4"