mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-06 20:48:02 +00:00
e2bb429711
* core/primitives * sr-primitives * sr-primitives * srml-treasury * substrate-executor * substrate-keystore * network-libp2p * substrate-service * srml-system * substrate-rpc * sr-version * substrate-telemetry * substrate-test-runtime * substrate-transaction-pool * node-template-runtime * node-primitives * srml-consensus * srml-contract * srml-democracy * srml-finality-tracker * srml-grandpa * srml-metadata * srml-support * Clean * Update locks
21 lines
540 B
TOML
21 lines
540 B
TOML
[package]
|
|
name = "substrate-transaction-graph"
|
|
version = "1.0.0"
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
error-chain = "0.12"
|
|
futures = "0.1"
|
|
log = "0.4"
|
|
parking_lot = "0.7.1"
|
|
serde = { version = "1.0", features = ["derive"] }
|
|
substrate-primitives = { path = "../../primitives" }
|
|
sr-primitives = { path = "../../sr-primitives" }
|
|
|
|
[dev-dependencies]
|
|
assert_matches = "1.1"
|
|
env_logger = "0.6"
|
|
parity-codec = "3.3"
|
|
test_runtime = { package = "substrate-test-runtime", path = "../../test-runtime" }
|