[package] name = "node-api" version = "0.1.0" authors = ["Parity Technologies "] [dependencies] node-runtime = { path = "../runtime" } node-primitives = { path = "../primitives" } substrate-client = { path = "../../core/client" } substrate-primitives = { path = "../../core/primitives" } sr-primitives = { path = "../../core/sr-primitives" } [dev-dependencies] substrate-keyring = { path = "../../core/keyring" }