From e2217564c28e592e6664bee9e37d012deefe2397 Mon Sep 17 00:00:00 2001 From: Brooks J Rady Date: Thu, 25 Feb 2021 23:05:04 +0000 Subject: [PATCH] infra(crates.io): try to include wasm assets --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index ae90d246..7059c3b6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,6 +7,8 @@ description = "Terminal workspace (WIP)" license = "MIT" repository = "https://github.com/zellij-org/zellij" +include = ["target/*.wasm"] + # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies]