18 lines
286 B
TOML
18 lines
286 B
TOML
[package]
|
|
name = "spl-feed-parser"
|
|
version = "0.1.0"
|
|
edition = "2018"
|
|
|
|
[lib]
|
|
crate-type = ["cdylib", "lib"]
|
|
name = "spl_feed_parser"
|
|
|
|
[features]
|
|
no-entrypoint = []
|
|
|
|
[dependencies]
|
|
switchboard-v2 = { path = "../../libraries/rs" }
|
|
# switchboard-v2 = "^0.1.10"
|
|
solana-program = "~1.9.13"
|
|
|