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.

19 lines
579 B

[package]
name = "cfd_protocol"
version = "0.1.0"
edition = "2018"
[dependencies]
anyhow = "1"
# bdk = { version = "0.10" }
bdk = { git = "https://github.com/coblox/bdk", rev = "acf157a99a305226203d2b55a567291a93c64720" }
rand = "0.6"
rand_chacha = "0.1"
secp256k1-zkp = { version = "0.4", features = ["hashes", "global-context"] }
[dev-dependencies]
# bdk = { version = "0.10", features = ["verify"] }
bdk = { git = "https://github.com/coblox/bdk", rev = "acf157a99a305226203d2b55a567291a93c64720", features = ["verify"] }
bitcoin = { version = "0.27", features = ["rand"] }