12345678910111213141516171819 |
- [package]
- name = "puppet"
- version = "0.1.0"
- description = "Created with Anchor"
- edition = "2018"
- [lib]
- crate-type = ["cdylib", "lib"]
- name = "puppet"
- [features]
- no-entrypoint = []
- cpi = ["no-entrypoint"]
- [dependencies]
- serum-borsh = { version = "0.7.2+serum.1", features = ["serum-program"] }
- solana-program = "1.4.3"
- solana-sdk = { version = "1.3.14", default-features = false, features = ["program"] }
- anchor-lang = { git = "https://github.com/project-serum/anchor", features = ["derive"] }
|