Skip to content

Commit cfe1ffb

Browse files
committed
rename project to dashcore
1 parent f733dc0 commit cfe1ffb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
[package]
2-
name = "bitcoin"
2+
name = "dashcore"
33
version = "0.28.0-rc.1"
44
authors = ["Andrew Poelstra <[email protected]>"]
55
license = "CC0-1.0"
6-
homepage = "https://github.com/rust-bitcoin/rust-bitcoin/"
7-
repository = "https://github.com/rust-bitcoin/rust-bitcoin/"
6+
homepage = "https://github.com/dashevo/rust-dashcore/"
7+
repository = "https://github.com/dashevo/rust-dashcore/"
88
documentation = "https://docs.rs/bitcoin/"
99
description = "General purpose library for using and interoperating with Bitcoin and other cryptocurrencies."
10-
keywords = [ "crypto", "bitcoin" ]
10+
keywords = [ "crypto", "dash" ]
1111
readme = "README.md"
1212
exclude = ["./test_data"]
1313

0 commit comments

Comments
 (0)