mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-22 21:58:00 +00:00
464b4432cf
* Move all deps to workspace toml * cargo fmt and codec 3.4, removing now unneeded 'full' feature * add wasm-tests to workspace and fix subxt inheritng * cargo fmt * wasm-test thing can't be in workspace so revert that * remove unwanted target dir from wasm-tests
18 lines
509 B
TOML
18 lines
509 B
TOML
[package]
|
|
name = "ui-tests"
|
|
version.workspace = true
|
|
edition = "2021"
|
|
publish = false
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
|
|
[dev-dependencies]
|
|
trybuild = { workspace = true }
|
|
scale-info = { workspace = true, features = ["bit-vec"] }
|
|
frame-metadata ={ workspace = true }
|
|
codec = { package = "parity-scale-codec", workspace = true, features = ["derive", "bit-vec"] }
|
|
subxt = { workspace = true }
|
|
subxt-metadata = { workspace = true }
|