[package] name = "solana-helper" version = "0.1.0" edition = "2021" description = "A helper library for Solana programs" license = "BUSL-1.1" license-file = "../../../LICENSE-BUSL-1.1" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [lib] proc_macro = true [dependencies] syn = "1.0.77" quote = "1.0.26" bs58 = "0.5.1" proc-macro2 = "1.0.54" [dev-dependencies] anchor-lang = "0.29.0"