anchor/tests/pyth/programs/pyth/Cargo.toml

22 lines
361 B
TOML

[package]
name = "pyth"
version = "0.1.0"
description = "Created with Anchor"
rust-version = "1.59"
edition = "2021"
[lib]
crate-type = ["cdylib", "lib"]
name = "pyth"
[features]
no-entrypoint = []
no-idl = []
cpi = ["no-entrypoint"]
default = []
[dependencies]
anchor-lang = { path = "../../../../lang" }
arrayref = "0.3.6"
bytemuck = { version = "1.4.0" }