17 lines
311 B
TOML
17 lines
311 B
TOML
[package]
|
|
name = "pyth-solana-receiver-sdk"
|
|
version = "0.1.0"
|
|
license = "Apache-2.0"
|
|
edition = "2021"
|
|
|
|
[lib]
|
|
crate-type = ["lib"]
|
|
name = "pyth_solana_receiver_sdk"
|
|
|
|
|
|
[dependencies]
|
|
anchor-lang = ">=0.28.0"
|
|
hex = "*"
|
|
pythnet-sdk = { path = "../../../pythnet/pythnet_sdk", version = "2.0.0"}
|
|
solana-program = "*"
|