mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2024-12-13 09:54:26 -05:00
20 lines
384 B
TOML
20 lines
384 B
TOML
[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"
|
|
sha2 = "0.9"
|
|
|
|
[build-dependencies]
|
|
bindgen = "0.58"
|
|
cc = "1"
|