mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-25 23:27:56 +00:00
a3713476da
* Update to trybuild version 1.0.76 Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io> * tests: Adjust testing to the new trybuild location Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io> Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io>
17 lines
482 B
TOML
17 lines
482 B
TOML
[package]
|
|
name = "ui-tests"
|
|
version = "0.25.0"
|
|
edition = "2021"
|
|
publish = false
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
|
|
[dev-dependencies]
|
|
trybuild = "1.0.76"
|
|
scale-info = { version = "2.3.0", features = ["bit-vec"] }
|
|
frame-metadata = "15.0.0"
|
|
codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = ["derive", "full", "bit-vec"] }
|
|
subxt = { path = "../../subxt" }
|