mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2024-10-01 01:45:40 -04:00
25 lines
608 B
TOML
25 lines
608 B
TOML
[package]
|
|
name = "monero-harness"
|
|
version = "0.1.0"
|
|
authors = ["CoBloX Team <team@coblox.tech>"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
anyhow = "1"
|
|
digest_auth = "0.2.3"
|
|
futures = "0.3"
|
|
port_check = "0.1"
|
|
rand = "0.7"
|
|
reqwest = { version = "0.10", default-features = false, features = ["json", "native-tls"] }
|
|
serde = { version = "1.0", features = ["derive"] }
|
|
serde_json = "1.0"
|
|
spectral = "0.6"
|
|
testcontainers = "0.11"
|
|
tokio = { version = "0.2", default-features = false, features = ["blocking", "macros", "rt-core", "time"] }
|
|
tracing = "0.1"
|
|
url = "2"
|
|
|
|
[dev-dependencies]
|
|
curve25519-dalek = "2"
|
|
monero = "0.9"
|