[package] name = "solana-anchor-rando" version = "0.1.2" description = "Created with Anchor" edition = "2018" license = "MIT OR Apache-2.0" [lib] crate-type = ["cdylib", "lib"] name = "solana_anchor_rando" [features] no-entrypoint = [] no-idl = [] cpi = ["no-entrypoint"] default = [] [dependencies] anchor-lang = "0.17.0"