From a5a36a672c77d13204ab24dfb7f85e53ddda1e0f Mon Sep 17 00:00:00 2001 From: folex <0xdxdy@gmail.com> Date: Thu, 6 Oct 2022 16:28:13 +0400 Subject: [PATCH] chore: disable publishing for trust-graph-wasm --- service/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/service/Cargo.toml b/service/Cargo.toml index 00ca16a..006c325 100644 --- a/service/Cargo.toml +++ b/service/Cargo.toml @@ -5,6 +5,7 @@ authors = ["Fluence Labs"] edition = "2018" description = "trust graph wasm" license = "Apache-2.0" +publish = false [[bin]] name = "trust-graph"