Cargo.toml 592 B
Newer Older
[package]
name = "jsonrpsee-integration-tests"
version = "0.1.0"
authors = ["Parity Technologies <[email protected]>"]
description = "Integration tests for jsonrpsee"
edition = "2018"
license = "MIT"

[dev-dependencies]
futures = "0.3"
jsonrpsee-types = { path = "../types" }
jsonrpsee-http-client = { path = "../http-client" }
jsonrpsee-ws-client = { path = "../ws-client" }
jsonrpsee-ws-server = { path = "../ws-server" }
jsonrpsee-http-server = { path = "../http-server" }
jsonrpsee-proc-macros = { path = "../proc-macros" }
tokio = { version = "1", features = ["full"] }