From cef9e17796afe5bbc0684d618c489c50c6782ceb Mon Sep 17 00:00:00 2001 From: Mark Sinclair Date: Tue, 1 Mar 2022 10:23:22 +0000 Subject: [PATCH] Removing `common/tauri-client` from build because of a dependency conflict between tauri build tools and `common/crypto` for `blake3` crate --- Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7cbdacab6e..6db9c2670a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,6 @@ members = [ "clients/native", "clients/native/websocket-requests", "clients/socks5", - "clients/tauri-client/src-tauri", "common/client-libs/gateway-client", "common/client-libs/mixnet-client", "common/client-libs/validator-client",