From 4f9b1d72b40f488a92ffcc70f93a4d3133179f89 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C4=99drzej=20Stuczy=C5=84ski?= Date: Wed, 27 Aug 2025 13:31:17 +0100 Subject: [PATCH] removed references to removed explorer --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6cf7625af6..69052dcd3b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -169,7 +169,7 @@ default-members = [ "tools/nymvisor", ] -exclude = ["explorer", "contracts", "nym-wallet", "cpu-cycles"] +exclude = ["contracts", "nym-wallet", "cpu-cycles"] [workspace.package] authors = ["Nym Technologies SA"]