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 f733dc0 commit cfe1ffbCopy full SHA for cfe1ffb
Cargo.toml
@@ -1,13 +1,13 @@
1
[package]
2
-name = "bitcoin"
+name = "dashcore"
3
version = "0.28.0-rc.1"
4
authors = ["Andrew Poelstra <[email protected]>"]
5
license = "CC0-1.0"
6
-homepage = "https://github.com/rust-bitcoin/rust-bitcoin/"
7
-repository = "https://github.com/rust-bitcoin/rust-bitcoin/"
+homepage = "https://github.com/dashevo/rust-dashcore/"
+repository = "https://github.com/dashevo/rust-dashcore/"
8
documentation = "https://docs.rs/bitcoin/"
9
description = "General purpose library for using and interoperating with Bitcoin and other cryptocurrencies."
10
-keywords = [ "crypto", "bitcoin" ]
+keywords = [ "crypto", "dash" ]
11
readme = "README.md"
12
exclude = ["./test_data"]
13
0 commit comments