chore: reorg
This commit is contained in:
20
__crypto/btc-address/Cargo.toml
Normal file
20
__crypto/btc-address/Cargo.toml
Normal file
@@ -0,0 +1,20 @@
|
||||
[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]
|
||||
hex = "0.4"
|
||||
bs58 = "0.3.0"
|
||||
secp256k1 = { version = "0.17.2", features = ["rand"] }
|
||||
rand = "0.6"
|
||||
# elliptic-curve = "0.3.0"
|
||||
# k256 = "0.1.0"
|
||||
digest = "0.8.1"
|
||||
ripemd160 = "0.8.0"
|
||||
sha2 = "0.8.1"
|
||||
num_cpus = "1.13.0"
|
||||
|
||||
Reference in New Issue
Block a user