From 9bd500f5f198df4dfc72a1f71c93f9b20d65431d Mon Sep 17 00:00:00 2001 From: Steve Myers Date: Sun, 25 Aug 2024 12:19:36 -0500 Subject: [PATCH] chore(core): add missing README.md --- crates/core/README.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 crates/core/README.md diff --git a/crates/core/README.md b/crates/core/README.md new file mode 100644 index 000000000..08eae24fa --- /dev/null +++ b/crates/core/README.md @@ -0,0 +1,3 @@ +# BDK Core + +This crate is a collection of core structures used by the bdk_chain, bdk_wallet, and bdk chain data source crates.