Facebook
From gentlemonke, 1 Month ago, written in Plain Text.
Embed
Download Paste or View Raw
Hits: 178
  1. [package]
  2. name = "rafflooor-program"
  3. version = "0.1.0"
  4. description = "Created with Anchor"
  5. edition = "2021"
  6.  
  7. [lib]
  8. crate-type = ["cdylib", "lib"]
  9. name = "rafflooor_program"
  10.  
  11. [features]
  12. no-entrypoint = []
  13. no-idl = []
  14. no-log-ix-name = []
  15. cpi = ["no-entrypoint"]
  16. default = []
  17.  
  18. [dependencies]
  19. anchor-lang = {version = "0.29.0", features = ["init-if-needed"]}
  20. anchor-spl = {version = "0.29.0", features = ["metadata"]}
  21. switchboard-solana = "0.29.99"
  22. solana-randomness-service = { version = "1.0.2", features = ["cpi"] }
  23.