mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 16:21:02 +00:00
9fb22ce28d
* cargo update * Update to latest ctrlc crate * Update vergen * Update to latest pretty_assertions * Update log * Update parking_lot * Update hex-rustc
16 lines
494 B
TOML
16 lines
494 B
TOML
[package]
|
|
name = "adder-collator"
|
|
version = "0.1.0"
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
|
|
[dependencies]
|
|
adder = { path = ".." }
|
|
polkadot-parachain = { path = "../../../parachain" }
|
|
polkadot-collator = { path = "../../../collator" }
|
|
polkadot-primitives = { path = "../../../primitives" }
|
|
substrate-primitives = { git = "https://github.com/paritytech/substrate" }
|
|
parking_lot = "0.7.1"
|
|
ctrlc = { version = "3.0", features = ["termination"] }
|
|
futures = "0.1"
|
|
exit-future = "0.1.2"
|