[package] name = "rafflooor-program" version = "0.1.0" description = "Created with Anchor" edition = "2021" [lib] crate-type = ["cdylib", "lib"] name = "rafflooor_program" [features] no-entrypoint = [] no-idl = [] no-log-ix-name = [] cpi = ["no-entrypoint"] default = [] [dependencies] anchor-lang = {version = "0.29.0", features = ["init-if-needed"]} anchor-spl = {version = "0.29.0", features = ["metadata"]} switchboard-solana = "0.29.99" solana-randomness-service = { version = "1.0.2", features = ["cpi"] }