[package] authors = ["vic "] description = "yesno program" edition = "2018" license = "MIT" name = "yesno" version = "0.1.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [features] no-entrypoint = [] [dependencies] arrayref = "0.3.6" borsh = "0.9.1" borsh-derive = "0.9.1" solana-program = "1.7.11" spl-token = {version = "3.2.0", features = ["no-entrypoint"]} thiserror = "1.0.24" [dev-dependencies] proptest = "1.0" solana-sdk = "1.7.11" [lib] crate-type = ["cdylib", "lib"]