22 lines
356 B
TOML
22 lines
356 B
TOML
[package]
|
|
name = "send-usd"
|
|
version = "0.1.0"
|
|
description = "Created with Anchor"
|
|
edition = "2021"
|
|
|
|
[lib]
|
|
crate-type = ["cdylib", "lib"]
|
|
name = "send_usd"
|
|
|
|
[features]
|
|
no-entrypoint = []
|
|
no-idl = []
|
|
no-log-ix-name = []
|
|
cpi = ["no-entrypoint"]
|
|
default = []
|
|
|
|
[dependencies]
|
|
anchor-lang = "0.28.0"
|
|
solana-program = "1.16.20"
|
|
pyth-solana-receiver-sdk = "0.1.0"
|