[package] name = "solana_pow_faucet" version = "0.0.1" edition = "2021" description = "A CLI tool for airdropping Solana tokens using proof of work." license = "MIT" keywords = ["solana", "airdrop", "cli", "pow"] categories = ["command-line-utilities"] authors = ["Valentin Madrid"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] clap = "2.33" solana-sdk = "1.16.8" solana-client = "1.16.8" anyhow = "1.0.75" shellexpand = "3.1.0" solana-cli-config = "1.16.8"