From 5c321d98c79f4e5270a881325f460445d247c006 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sat, 23 Nov 2019 02:35:20 -0500 Subject: i don't think rlib is necessary? i thiiiiink that's just if the crate is supposed to be for both native code and wasm --- teleterm-web/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'teleterm-web') diff --git a/teleterm-web/Cargo.toml b/teleterm-web/Cargo.toml index 9468353..01a10a3 100644 --- a/teleterm-web/Cargo.toml +++ b/teleterm-web/Cargo.toml @@ -8,7 +8,7 @@ edition = "2018" publish = false [lib] -crate-type = ["cdylib", "rlib"] +crate-type = ["cdylib"] [dependencies] console_log = "0.1" -- cgit v1.2.3-54-g00ecf