Sort node/cli/Cargo.toml (#4205)

This commit is contained in:
Weiliang Li
2019-11-27 02:14:18 +09:00
committed by Gavin Wood
parent cfb590ac4b
commit afaf66a853
+5 -5
View File
@@ -40,18 +40,19 @@ grandpa_primitives = { package = "substrate-finality-grandpa-primitives", path =
primitives = { package = "substrate-primitives", path = "../../../primitives/core" }
sr-primitives = { path = "../../../primitives/sr-primitives" }
sp-timestamp = { path = "../../../primitives/timestamp", default-features = false }
# core dependencies
sp-finality-tracker = { path = "../../../primitives/finality-tracker", default-features = false }
inherents = { package = "substrate-inherents", path = "../../../primitives/inherents" }
keyring = { package = "substrate-keyring", path = "../../../primitives/keyring" }
runtime-io = { package = "sr-io", path = "../../../primitives/sr-io" }
# client dependencies
client-api = { package = "substrate-client-api", path = "../../../client/api" }
client = { package = "substrate-client", path = "../../../client/" }
inherents = { package = "substrate-inherents", path = "../../../primitives/inherents" }
chain-spec = { package = "substrate-chain-spec", path = "../../../client/chain-spec" }
transaction_pool = { package = "substrate-transaction-pool", path = "../../../client/transaction-pool" }
network = { package = "substrate-network", path = "../../../client/network" }
babe = { package = "substrate-consensus-babe", path = "../../../client/consensus/babe" }
grandpa = { package = "substrate-finality-grandpa", path = "../../../client/finality-grandpa" }
keyring = { package = "substrate-keyring", path = "../../../primitives/keyring" }
client_db = { package = "substrate-client-db", path = "../../../client/db", default-features = false }
offchain = { package = "substrate-offchain", path = "../../../client/offchain" }
substrate-rpc = { package = "substrate-rpc", path = "../../../client/rpc" }
@@ -63,7 +64,6 @@ authority-discovery = { package = "substrate-authority-discovery", path = "../..
# frame dependencies
indices = { package = "pallet-indices", path = "../../../frame/indices" }
timestamp = { package = "pallet-timestamp", path = "../../../frame/timestamp", default-features = false }
sp-finality-tracker = { path = "../../../primitives/finality-tracker", default-features = false }
contracts = { package = "pallet-contracts", path = "../../../frame/contracts" }
system = { package = "frame-system", path = "../../../frame/system" }
balances = { package = "pallet-balances", path = "../../../frame/balances" }