mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-29 00:57:57 +00:00
2f17c5cf1d
Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io>
17 lines
582 B
TOML
17 lines
582 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 = { path = "/home/lexnv/workspace/scale-info", features = ["bit-vec"] }
|
|
frame-metadata = { version = "15.0.0", path = "/home/lexnv/workspace/frame-metadata/frame-metadata" }
|
|
codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = ["derive", "full", "bit-vec"] }
|
|
subxt = { path = "../../subxt" }
|