bdk/nursery/coin_select/Cargo.toml
LLFourn c069b0fb41
Move everything else over 🎉
This completes the move of things from https://github.com/LLFourn/bdk_core_staging
2023-03-02 10:56:36 +01:00

12 lines
217 B
TOML

[package]
name = "bdk_coin_select"
version = "0.0.1"
authors = [ "LLFourn <lloyd.fourn@gmail.com>" ]
[dependencies]
bdk_chain = { version = "0.3", path = "../../crates/chain" }
[features]
default = ["std"]
std = []