parity-zcash/crypto/Cargo.toml

12 lines
290 B
TOML
Raw Normal View History

2016-09-19 06:09:22 -07:00
[package]
name = "bitcrypto"
version = "0.1.0"
authors = ["debris <marek.kotewicz@gmail.com>"]
[dependencies]
2018-12-07 01:10:57 -08:00
blake2-rfc = { git = "https://github.com/gtank/blake2-rfc.git", branch = "persona" }
2016-09-19 06:09:22 -07:00
rust-crypto = "0.2.36"
2016-11-25 04:09:08 -08:00
siphasher = "0.1.1"
2016-09-19 06:09:22 -07:00
primitives = { path = "../primitives" }
2018-11-26 10:10:21 -08:00
bn = "0.4"