Files
pezkuwi-subxt/testing/ui-tests/Cargo.toml
T
Alexandru Vasile 7038902c74 XXX: Adjust frame-metadata path
Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io>
2023-02-02 19:38:14 +02:00

17 lines
650 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_test", 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" }