From dede8899cf19ecd7c2e5f8707e994e882a4f6b5b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jon=20H=C3=A4ggblad?= Date: Mon, 4 Jul 2022 13:11:08 +0200 Subject: [PATCH] cargo: exclude nym-connect from top-level workspace --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7f6f46a9f3..d351216627 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -81,4 +81,4 @@ default-members = [ "explorer-api", ] -exclude = ["explorer", "contracts", "tokenomics-py", "clients/webassembly", "nym-wallet"] +exclude = ["explorer", "contracts", "tokenomics-py", "clients/webassembly", "nym-wallet", "nym-connect"]