mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-30 14:17:56 +00:00
73c4fa6a1c
Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io>
17 lines
589 B
TOML
17 lines
589 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", path = "/home/lexnv/remote-builds/frame-metadata/frame-metadata", features = ["v15", "std"] }
|
|
codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = ["derive", "full", "bit-vec"] }
|
|
subxt = { path = "../../subxt" }
|