You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
373 B
15 lines
373 B
[package]
|
|
name = "cfd_protocol"
|
|
version = "0.1.0"
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
anyhow = "1"
|
|
bdk = { git = "https://github.com/bitcoindevkit/bdk/" }
|
|
itertools = "0.10"
|
|
rand = "0.6"
|
|
rand_chacha = "0.1"
|
|
secp256k1-zkp = { version = "0.4", features = ["hashes", "global-context"] }
|
|
|
|
[dev-dependencies]
|
|
bitcoin = { version = "0.27", features = ["rand", "bitcoinconsensus"] }
|
|
|