Files
pezkuwi-subxt/testing/substrate-runner/Cargo.toml
T
James Wilson 464b4432cf Move all deps to workspace toml (#932)
* 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
2023-04-26 10:31:59 +01:00

8 lines
110 B
TOML

[package]
name = "substrate-runner"
version.workspace = true
edition = "2021"
publish = false
[dependencies]