mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2024-10-01 01:45:40 -04:00
3818cb4f48
Bumps [jsonrpc_client](https://github.com/thomaseizinger/rust-jsonrpc-client) from 0.6.0 to 0.7.0. - [Release notes](https://github.com/thomaseizinger/rust-jsonrpc-client/releases) - [Changelog](https://github.com/thomaseizinger/rust-jsonrpc-client/blob/master/CHANGELOG.md) - [Commits](https://github.com/thomaseizinger/rust-jsonrpc-client/compare/v0.6.0...0.7.0) --- updated-dependencies: - dependency-name: jsonrpc_client dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
23 lines
555 B
TOML
23 lines
555 B
TOML
[package]
|
|
name = "monero-rpc"
|
|
version = "0.1.0"
|
|
authors = [ "CoBloX Team <team@coblox.tech>" ]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
anyhow = "1"
|
|
curve25519-dalek = "3.1"
|
|
hex = "0.4"
|
|
jsonrpc_client = { version = "0.7", features = [ "reqwest" ] }
|
|
monero = "0.12"
|
|
monero-epee-bin-serde = "1"
|
|
rand = "0.7"
|
|
reqwest = { version = "0.11", default-features = false, features = [ "json" ] }
|
|
serde = { version = "1.0", features = [ "derive" ] }
|
|
serde_json = "1.0"
|
|
tracing = "0.1"
|
|
|
|
[dev-dependencies]
|
|
hex-literal = "0.3"
|
|
tokio = { version = "1", features = [ "full" ] }
|