aboutsummaryrefslogtreecommitdiffstats
path: root/teleterm-web
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2019-11-23 02:35:20 -0500
committerJesse Luehrs <doy@tozt.net>2019-11-23 02:35:54 -0500
commit5c321d98c79f4e5270a881325f460445d247c006 (patch)
treeab228a28e3171b0ca9ecccb95ccdc94d83d90686 /teleterm-web
parentffc408d9496b8392579ef2c84db1fe688c55c1d9 (diff)
downloadteleterm-5c321d98c79f4e5270a881325f460445d247c006.tar.gz
teleterm-5c321d98c79f4e5270a881325f460445d247c006.zip
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
Diffstat (limited to 'teleterm-web')
-rw-r--r--teleterm-web/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
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"