-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathCargo.toml
More file actions
49 lines (43 loc) · 1.23 KB
/
Cargo.toml
File metadata and controls
49 lines (43 loc) · 1.23 KB
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
[workspace]
members = [
"program",
"api", "utils",
]
resolver = "2"
[workspace.package]
version = "0.1.0"
edition = "2021"
license = "MIT"
homepage = "https://github.com/Turbin3/pinocchio-tapedrive"
repository = "https://github.com/Turbin3/pinocchio-tapedrive"
keywords = ["solana", "blockchain", "tape"]
readme = "README.md"
description = "Tape Pinocchio program"
[workspace.dependencies]
# Pinocchio dependencies
pinocchio = "0.9.1"
pinocchio-log = "0.5.0"
pinocchio-pubkey = "0.3.0"
pinocchio-system = "0.3.0"
pinocchio-token = "0.4.0"
pinocchio-associated-token-account = "0.2.0"
# Common dependencies
num_enum = "0.7.2"
const-crypto = "0.3.0"
shank = "0.4.2"
bytemuck = { version = "1.23.0", features = ["derive"] }
brine-tree = { version= "0.6.2" }
packx = { version = "0.3.1", default-features = false }
crankx = { version = "0.2.2", default-features = false }
blake3 = { version = "1.8.2", default-features = false}
# Solana dependencies - use compatible versions
# solana-program = "2.2.1"
solana-sdk = "2.2.1"
# spl-token = "4.0.2"
# spl-associated-token-account = "2.3.0"
# mpl-token-metadata = "3.2.1"
# Development dependencies
mollusk-svm = "0.4.0"
mollusk-svm-bencher = "0.4.0"
# Utility dependencies
array-const-fn-init = "0.1.0"