sbv2-solana/examples/programs/native-feed-parser/Cargo.toml

18 lines
379 B
TOML

[package]
name = "native-feed-parser"
version = "0.1.0"
edition = "2018"
[lib]
crate-type = ["cdylib", "lib"]
name = "native_feed_parser"
[features]
no-entrypoint = []
[dependencies]
# switchboard-v2 = { path = "../../../libraries/rs", features = ["devnet"] }
switchboard-v2 = { version = "^0.1.13", features = ["devnet"] }
solana-program = "~1.10.29"
anchor-lang = "^0.25.0"