19 lines
553 B
TOML
19 lines
553 B
TOML
[package]
|
|
name = "client"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
anchor-client = "0.24.2"
|
|
anchor-lang = "0.24.2"
|
|
anchor-spl = "0.24.2"
|
|
anyhow = "1.0"
|
|
fixed = { version = "=1.11.0", features = ["serde", "borsh"] }
|
|
fixed-macro = "^1.1.1"
|
|
itertools = "0.10.3"
|
|
mango-v4 = { path = "../programs/mango-v4" }
|
|
pyth-sdk-solana = "0.1.0"
|
|
serum_dex = { version = "0.4.0", git = "https://github.com/blockworks-foundation/serum-dex.git", default-features=false, features = ["no-entrypoint", "program"] }
|
|
solana-client = "~1.9.13"
|
|
solana-sdk = "~1.9.13"
|