switchboard-solana 0.8.4

A Rust library to interact with Switchboard accounts.
1
2
3
4
5
6
7
8
{
  "name": "switchboard-solana",
  "scripts": {
    "build": "cargo build -p switchboard-solana",
    "lint": "cargo fmt -p switchboard-solana",
    "test": "cargo test -p switchboard-solana"
  }
}