[package] name = "sol-command" version = "0.0.1" edition = "2021" description = "This tool converts Solana wallet private keys into byte arrays." license = "Apache-2.0" readme = "README.md" categories = ["command-line-utilities"] keywords = ["cli"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] solana-sdk = "1.18.1" bip39 = "2.0.0" lettre = "0.11.6" any-object-storage = "0.1.0"