-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathCargo.toml
More file actions
48 lines (45 loc) · 1.09 KB
/
Cargo.toml
File metadata and controls
48 lines (45 loc) · 1.09 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
[workspace]
resolver = "2"
members = [
"clients/rust",
"interface",
"program",
]
[workspace.package]
authors = ["Anza Technology Maintainers <maintainers@anza.xyz>"]
repository = "https://github.com/solana-program/config"
readme = "./README.md"
license-file = "./LICENSE"
edition = "2021"
[workspace.dependencies]
assert_matches = "1.5.0"
bincode = "1.3.3"
borsh = "0.10"
kaigan = "0.5.0"
mollusk-svm = "0.12.0"
mollusk-svm-bencher = "0.12.0"
num-derive = "0.4"
num-traits = "0.2"
serde = "1.0.228"
serde_derive = "1.0.193"
solana-account = "3.1.0"
solana-account-info = "3.1.1"
solana-bincode = "3.1.0"
solana-client = "3.1.9"
solana-config-interface = { version = "2.0.0" }
solana-cpi = "3.1.0"
solana-hash = "4.3.0"
solana-instruction = "3.2.0"
solana-msg = "3.1.0"
solana-program = "2.0.0"
solana-program-entrypoint = "3.1.1"
solana-program-error = "3.0.1"
solana-pubkey = "4.2.0"
solana-sdk = "2.0.0"
solana-sdk-ids = "3.1.0"
solana-short-vec = "3.2.0"
solana-system-interface = "3.2.0"
solana-rent = "4.2.0"
thiserror = "2.0.18"
[workspace.metadata.spellcheck]
config = "scripts/spellcheck.toml"