mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-22 21:58:00 +00:00
f0b72b9104
* add subxt to subxt-signer default features * distinguish between native and web in signer * fix formatting and clippy * rustfmt
20 lines
641 B
TOML
20 lines
641 B
TOML
[package]
|
|
name = "ui-tests"
|
|
version.workspace = true
|
|
edition = "2021"
|
|
publish = false
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
|
|
[dev-dependencies]
|
|
trybuild = { workspace = true }
|
|
hex = { workspace = true }
|
|
scale-info = { workspace = true, features = ["bit-vec"] }
|
|
frame-metadata = { workspace = true }
|
|
codec = { package = "parity-scale-codec", workspace = true, features = ["derive", "bit-vec"] }
|
|
subxt = { workspace = true, features = ["native", "jsonrpsee"] }
|
|
subxt-metadata = { workspace = true }
|
|
generate-custom-metadata = { path = "../generate-custom-metadata" }
|