-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCargo.toml
More file actions
27 lines (26 loc) · 761 Bytes
/
Copy pathCargo.toml
File metadata and controls
27 lines (26 loc) · 761 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
[package]
name = "surfer"
version = "0.1.0"
edition = "2021"
[dependencies]
anyhow = "1.0.93"
bytemuck = "1.20.0"
clap = { version = "4.5.21", features = ["derive", "env"] }
colored = "2.1.0"
dirs = "5.0.1"
indicatif = "0.17.9"
inquire = "0.7.5"
mpl-token-metadata = "5.1.0"
prettytable = "0.10.0"
serde = "1.0.215"
solana-account = "2.1.4"
solana-client = "2.1.4"
solana-sdk = "2.1.7"
spl-associated-token-account = "6.0.0"
spl-pod = { version = "0.5.0", features = ["serde-traits"] }
spl-token = "7.0.0"
spl-token-2022 = { version = "6.0.0", features = ["serde-traits"] }
spl-token-group-interface = "0.5.0"
spl-token-metadata-interface = "0.6.0"
spl-type-length-value = "0.7.0"
tokio = { version = "1.41.1", features = ["macros", "rt", "rt-multi-thread"] }