From 18a53882945fa87263566a570da2468314c45ccc Mon Sep 17 00:00:00 2001 From: mvlabat Date: Mon, 18 Mar 2024 21:06:08 +0200 Subject: [PATCH] Don't publish run-wasm --- run-wasm/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/run-wasm/Cargo.toml b/run-wasm/Cargo.toml index 3ac77b26..2fd60418 100644 --- a/run-wasm/Cargo.toml +++ b/run-wasm/Cargo.toml @@ -2,6 +2,7 @@ name = "run-wasm" version = "0.1.0" edition = "2021" +publish = false # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html