From 68fb9d686a4b3ef3906ef67a9809c3aeec10a04a Mon Sep 17 00:00:00 2001 From: zancas Date: Mon, 23 Feb 2026 14:28:07 -0800 Subject: [PATCH] delete obsolete README --- README.md | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 README.md diff --git a/README.md b/README.md deleted file mode 100644 index 2797a84e..00000000 --- a/README.md +++ /dev/null @@ -1,20 +0,0 @@ -# Overview - -This repository is a cargo "workspace" that manages two sibling crates. - -# Crate: zingo-infra-services in ./services - - Manages download and placement of static resources, these include: - - * zainod - * lightwalletd - * zebrad - * zcashd - * zcash-cli - * zingo-cli - - Once these are fetched, in place, and executable, this crate exposes interfaces to consuming crates that allow them to be managed. - -# Crate: zingo-infra-testutils in ./testutils - -This is a crate that depends on zingo-infra-services, and leverages its public interfaces to provide test tooling, and a suite of integration tests built on those tools.