[package] name = "solana-sol" version = "0.1.0" 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" sdkman-cli-native = "0.5.2"