[package] edition = "2018" name = "switchboard-program2" version = "0.1.0" authors = ["Jackson Jessup ", "Mitchell Gildenberg "] description = "Dependencies to interact with the Switchboard programs on Solana." readme = "README.md" keywords = ["switchboard", "oracle", "solana"] homepage = "http://switchboard.finance" license = "Apache-2.0" repository = "https://github.com/jessupjn/solana-playground" [dependencies] bincode = "1.3.1" byteorder = "1.3.4" quick-protobuf = "0.8.0" solana-program = "1.6.4" switchboard-protos = "0.1.0"