mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 09:21:04 +00:00
16 lines
495 B
TOML
16 lines
495 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" }
|
|
ed25519 = { git = "https://github.com/paritytech/parity-substrate" }
|
|
parking_lot = "0.4"
|
|
ctrlc = { git = "https://github.com/paritytech/rust-ctrlc.git" }
|
|
futures = "0.1"
|
|
exit-future = "0.1.2"
|