Files
pezkuwi-subxt/testing/ui-tests/Cargo.toml
T
Alexandru Vasile dd89dd6b3c Enable V15 unstable metadata in frame-metadata
Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io>
2023-04-10 16:35:57 +03:00

18 lines
584 B
TOML

[package]
name = "ui-tests"
version = "0.27.1"
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.79"
scale-info = { version = "2.5.0", features = ["bit-vec"] }
frame-metadata = { version = "15.1.0", features = ["v14", "v15-unstable", "std"] }
codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = ["derive", "full", "bit-vec"] }
subxt = { path = "../../subxt" }
subxt-metadata = { path = "../../metadata" }