Cargo.toml 469 B

123456789101112131415
  1. [package]
  2. name = "pyth-solana-receiver-cli"
  3. version = "0.1.0"
  4. edition = "2021"
  5. [dependencies]
  6. anyhow = "1.0.65"
  7. base64 = "0.13.0"
  8. shellexpand = "2.1.2"
  9. solana-sdk = "1.10.31"
  10. solana-client = "1.10.31"
  11. anchor-client = "0.26.0"
  12. clap = {version ="3.2.22", features = ["derive"]}
  13. wormhole-core = { git = "https://github.com/guibescos/wormhole", branch = "reisen/sdk-solana"}
  14. wormhole-solana = { git = "https://github.com/guibescos/wormhole", branch = "reisen/sdk-solana"}