mirror of
https://github.com/RoboSats/taptrade-core.git
synced 2025-07-30 06:31:39 +00:00
10 lines
198 B
TOML
10 lines
198 B
TOML
[package]
|
|
name = "coordinator"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
axum = "0.7.5"
|
|
bdk = "0.29.0"
|
|
clap = { version = "4.5.4", features = ["derive", "cargo"] }
|
|
frost-secp256k1 = "1.0.0" |