Files
pezkuwi-subxt/testing/ui-tests/Cargo.toml
T
Alexandru Vasile a5b3669f73 XXX: Adjust to u32::MAX and metaV15 built from IR
Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io>
2023-03-16 18:17:35 +02:00

17 lines
645 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 = { version = "15.0.0", git = "https://github.com/paritytech/frame-metadata/", branch = "lexnv/md_v15", default-features = false, features = ["std", "v14", "v15-unstable"] }
codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = ["derive", "full", "bit-vec"] }
subxt = { path = "../../subxt" }