serum-dex/lockup/client/Cargo.toml

18 lines
579 B
TOML

[package]
name = "serum-lockup-client"
version = "0.1.0"
description = "Serum Lockup Client"
repository = "https://github.com/project-serum/serum-dex"
edition = "2018"
[dependencies]
serum-lockup = { path = "../", features = ["client"] }
solana-client-gen = { path = "../../solana-client-gen" }
anyhow = "1.0.32"
thiserror = "1.0.20"
serum-common = { path = "../../common" }
solana-client = { version = "1.3.14" }
spl-token = { version = "2.0.6", default-features = false }
serum-registry-client = { path = "../../registry/client" }
serum-registry = { path = "../../registry" }