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