You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
334 B

[package]
name = "mass-transfer-2"
version = "0.1.0"
edition = "2024"
[dependencies]
bs58 = "0.5.1"
config = "0.15.11"
futures = "0.3.31"
serde = { version = "1.0.219", features = ["derive"] }
serde_json = "1.0.140"
solana-client = "2.2.7"
solana-sdk = "2.2.2"
tokio = { version = "1.45.0", features = ["macros", "rt-multi-thread"]}