mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 20:27:58 +00:00
978bd86205
Bumps [log](https://github.com/rust-lang/log) from 0.4.11 to 0.4.13. - [Release notes](https://github.com/rust-lang/log/releases) - [Changelog](https://github.com/rust-lang/log/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang/log/compare/0.4.11...0.4.13) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
18 lines
524 B
TOML
18 lines
524 B
TOML
[package]
|
|
name = "polkadot-node-jaeger"
|
|
version = "0.1.0"
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
edition = "2018"
|
|
description = "Polkadot Jaeger primitives"
|
|
|
|
[dependencies]
|
|
async-std = "1.8.0"
|
|
mick-jaeger = "0.1.4"
|
|
lazy_static = "1.4"
|
|
parking_lot = "0.11.1"
|
|
polkadot-primitives = { path = "../../primitives" }
|
|
sc-network = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
|
sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
|
thiserror = "1.0.23"
|
|
log = "0.4.13"
|