[package] name = "nezha-lottery" version = "0.0.1" edition = "2021" authors = ["MLabs"] license = "Unlicense OR MIT" description = """ Skeleton instruction apis for the nezha lottery """ [features] no-entrypoint = [] test-bpf = [] [dependencies] solana-program = "1.9.3" spl-token = { version = "3.2", features = ["no-entrypoint"] } borsh="0.9" arrayref = "0.3.6" thiserror = "1.0.30" [dev-dependencies] solana-program-test = "1.9.3" solana-sdk = "1.9.3" [lib] crate-type = ["cdylib", "lib"]