sbv2-solana/programs/anchor-feed-parser/Cargo.toml

23 lines
505 B
TOML
Raw Normal View History

[package]
name = "anchor-feed-parser"
version = "0.1.0"
description = "Created with Anchor"
edition = "2018"
[lib]
crate-type = ["cdylib", "lib"]
name = "anchor_feed_parser"
[features]
no-entrypoint = []
no-idl = []
no-log-ix-name = []
cpi = ["no-entrypoint"]
default = []
[dependencies]
switchboard-v2 = { path = "../../rust/switchboard-v2", features = ["devnet"] }
# switchboard-v2 = { version = "0.1.15", features = ["devnet"] }
2022-07-18 10:09:52 -07:00
anchor-lang = "^0.25.0"
solana-program = "~1.10.29"
bytemuck = "1.7.2"