mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-22 13:48:04 +00:00
8b4fea0b07
* refactor: support default port in URL Update jsonrpsee to v0.20 to support the default port number in URLs. * fix nit, revert web feature * fix lightclient code
19 lines
525 B
TOML
19 lines
525 B
TOML
[package]
|
|
name = "test-runtime"
|
|
version.workspace = true
|
|
edition = "2021"
|
|
publish = false
|
|
|
|
[dependencies]
|
|
subxt = { workspace = true, features = ["native"] }
|
|
|
|
[build-dependencies]
|
|
substrate-runner = { workspace = true }
|
|
impl-serde = { workspace = true }
|
|
serde = { workspace = true }
|
|
tokio = { workspace = true, features = ["rt-multi-thread"] }
|
|
which = { workspace = true }
|
|
jsonrpsee = { workspace = true, features = ["async-client", "client-ws-transport-native-tls"] }
|
|
hex = { workspace = true }
|
|
codec = { workspace = true }
|