jito-points/Cargo.toml

24 lines
736 B
TOML
Raw Permalink Normal View History

2023-09-20 09:49:39 -07:00
[package]
name = "jito-points-mango"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
tokio = { version = "1", features = ["full"] }
anyhow = "1.0"
bytemuck = { version = "^1.7.2", features = ["min_const_generics"] }
2023-09-20 09:49:39 -07:00
solana-rpc = "~1.16.7"
solana-client = "~1.16.7"
solana-account-decoder = "~1.16.7"
solana-sdk = "~1.16.7"
solana-logger = "~1.16.7"
anchor-lang = "0.28.0"
2023-10-04 23:38:08 -07:00
mango-v4 = { git = "https://github.com/blockworks-foundation/mango-v4.git", branch = "update-solana-1-16-anchor-28-mango-0.19", features = ["client"] }
2023-09-20 09:49:39 -07:00
fixed = { git = "https://github.com/blockworks-foundation/fixed.git", branch = "v1.11.0-borsh0_10-mango" }