add btc-address
This commit is contained in:
13
btc-address/Cargo.toml
Normal file
13
btc-address/Cargo.toml
Normal file
@@ -0,0 +1,13 @@
|
||||
[package]
|
||||
name = "btc-address"
|
||||
version = "0.1.0"
|
||||
authors = ["Hatter Jiang <jht5945@gmail.com>"]
|
||||
edition = "2018"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
k256 = "0.1.0"
|
||||
ripemd160 = "0.8.0"
|
||||
sha2 = "0.8.1"
|
||||
|
||||
Reference in New Issue
Block a user