We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82f9cad commit 30c1190Copy full SHA for 30c1190
crates/chain/Cargo.toml
@@ -8,7 +8,7 @@ repository = "https://github.com/bitcoindevkit/bdk"
8
documentation = "https://docs.rs/bdk_chain"
9
description = "Collection of core structures for Bitcoin Dev Kit."
10
license = "MIT OR Apache-2.0"
11
-readme = "../README.md"
+readme = "README.md"
12
13
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
14
crates/chain/README.md
@@ -0,0 +1,3 @@
1
+# BDK Chain
2
+
3
+BDK keychain tracker, tools for storing and indexing chain data.
0 commit comments