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

18 lines
402 B
TOML
Raw Normal View History

2021-04-12 18:55:38 -04:00
[package]
name = "monero-wallet"
version = "0.1.0"
authors = ["CoBloX Team <team@coblox.tech>"]
edition = "2018"
[dependencies]
monero = "0.11"
[dev-dependencies]
2021-04-13 01:19:37 -04:00
hex = "0.4"
2021-04-12 18:55:38 -04:00
monero-harness = { path = "../monero-harness" }
tokio = { version = "1", features = ["rt-multi-thread", "time", "macros", "sync", "process", "fs"] }
testcontainers = "0.12"
monero = "0.11"
curve25519-dalek = "3"
rand = "0.7"