From 21b77bc1a519dea418a76a643b1979e2105307ce Mon Sep 17 00:00:00 2001 From: binarybaron Date: Wed, 7 Aug 2024 12:58:28 +0200 Subject: [PATCH] remove submodule --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 863aafc5..355af08c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [workspace] resolver = "2" -members = [ "monero-harness", "monero-rpc", "swap", "monero-wallet", "watchtower" ] +members = [ "monero-harness", "monero-rpc", "swap", "monero-wallet"] [patch.crates-io] # patch until new release https://github.com/thomaseizinger/rust-jsonrpc-client/pull/51