pyth-crosschain/solana/anchor-bridge/programs/bridge/Cargo.toml

23 lines
432 B
TOML
Raw Normal View History

[package]
name = "bridge"
version = "0.1.0"
description = "Wormhole bridge core contract"
edition = "2018"
[lib]
crate-type = ["cdylib", "lib"]
name = "bridge"
[features]
no-entrypoint = []
no-idl = []
cpi = ["no-entrypoint"]
default = []
[dependencies]
borsh = "0.8.1"
byteorder = "1.4.3"
solitaire = { path = "../solitaire" }
sha3 = "0.9.1"
solana-program = "*"
primitive-types = { version = "0.9.0", default-features = false }