mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-01-09 22:49:41 -05:00
17 lines
390 B
TOML
17 lines
390 B
TOML
|
[package]
|
||
|
name = "monero-wallet"
|
||
|
version = "0.1.0"
|
||
|
authors = ["CoBloX Team <team@coblox.tech>"]
|
||
|
edition = "2018"
|
||
|
|
||
|
[dependencies]
|
||
|
monero = "0.11"
|
||
|
|
||
|
[dev-dependencies]
|
||
|
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"
|