[package] name = "substrate-keybase-keystore" version = "0.2.0" authors = ["David Craven "] edition = "2018" description = "Substrate integration for the keybase keystore." license = "ISC" documentation = "https://docs.rs/substrate-keybase-keystore" repository = "https://github.com/sunshine-protocol/sunshine-identity" [dependencies] async-trait = "0.1.36" keybase-keystore = { version = "^0.2.0", path = "../keybase" } substrate-subxt = "0.10.1" sunshine-core = { version = "^0.2.0", path = "../../core" }