[package] name = "substrate-basic-authorship" version = "0.1.0" authors = ["Parity Technologies "] [dependencies] log = "0.4" parity-codec = "2.2" sr-primitives = { path = "../sr-primitives" } substrate-client = { path = "../client" } substrate-consensus-aura-primitives = { path = "../consensus/aura/primitives" } substrate-consensus-common = { path = "../consensus/common" } substrate-primitives = { path = "../primitives" } substrate-inherents = { path = "../inherents" } substrate-transaction-pool = { path = "../transaction-pool" }