2023-02-15 07:43:51 -08:00
|
|
|
[package]
|
|
|
|
name = "pyth-solana-receiver"
|
|
|
|
version = "0.1.0"
|
|
|
|
description = "Created with Anchor"
|
|
|
|
edition = "2021"
|
|
|
|
|
|
|
|
[lib]
|
|
|
|
crate-type = ["cdylib", "lib"]
|
|
|
|
name = "pyth_solana_receiver"
|
|
|
|
|
|
|
|
[features]
|
|
|
|
no-entrypoint = []
|
|
|
|
no-idl = []
|
|
|
|
no-log-ix-name = []
|
|
|
|
cpi = ["no-entrypoint"]
|
|
|
|
default = []
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
anchor-lang = "0.26.0"
|
2023-03-13 10:45:51 -07:00
|
|
|
wormhole-core = { git = "https://github.com/guibescos/wormhole", branch = "reisen/sdk-solana"}
|
|
|
|
wormhole-solana = { git = "https://github.com/guibescos/wormhole", branch = "reisen/sdk-solana"}
|
|
|
|
pyth-wormhole-attester-sdk = { path = "../../../../wormhole_attester/sdk/rust" }
|
|
|
|
|
|
|
|
[dev-dependencies]
|
|
|
|
pyth-sdk = "0.5.0"
|
|
|
|
pyth-sdk-solana = "0.1.0"
|