xmr-btc-swap/monero-adaptor/Cargo.toml

17 lines
350 B
TOML
Raw Normal View History

2021-04-14 19:20:06 -04:00
[package]
name = "monero-adaptor"
version = "0.1.0"
authors = ["CoBloX Team <team@coblox.tech>"]
edition = "2018"
[dependencies]
monero = "0.11"
anyhow = "1"
hex = "0.4"
tokio = { version = "1", features = ["rt-multi-thread", "time", "macros", "sync", "process", "fs"] }
curve25519-dalek = "3"
rand = "0.7"
nazgul = "0.1"
clsag = "0.3"
sha2 = "0.9"