mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2024-10-31 15:20:15 +00:00
498fae9f64
1. `monero-rpc` is not in the position to decide about the TLS backend an application should use. 2. We don't use TLS encrypted communication to my knowledge so we don't have to activate this feature anywhere else.
13 lines
303 B
TOML
13 lines
303 B
TOML
[package]
|
|
name = "monero-rpc"
|
|
version = "0.1.0"
|
|
authors = ["CoBloX Team <team@coblox.tech>"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
anyhow = "1"
|
|
reqwest = { version = "0.11", default-features = false, features = ["json"] }
|
|
serde = { version = "1.0", features = ["derive"] }
|
|
serde_json = "1.0"
|
|
tracing = "0.1"
|