[package] name = "sunshine-faucet-cli" version = "0.2.1" authors = ["David Craven "] edition = "2018" description = "Cli for the faucet module." license = "ISC" documentation = "https://docs.rs/sunshine-faucet-cli" repository = "https://github.com/sunshine-protocol/sunshine-identity" [dependencies] clap = "3.0.0-beta.1" substrate-subxt = "0.10.1" sunshine-faucet-client = { version = "^0.2.0", path = "../client" }