forked from anza-xyz/pinocchio
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCargo.toml
More file actions
42 lines (36 loc) · 1003 Bytes
/
Cargo.toml
File metadata and controls
42 lines (36 loc) · 1003 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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
[workspace]
resolver = "2"
members = [
"programs/associated-token-account",
"programs/memo",
"programs/system",
"programs/token",
"programs/token-2022",
"sdk",
]
[workspace.package]
edition = "2021"
license = "Apache-2.0"
repository = "https://github.com/anza-xyz/pinocchio"
rust-version = "1.84"
[workspace.dependencies]
five8_const = "0.1.4"
pinocchio = { version = "0.10", default-features = false, path = "sdk" }
solana-account-view = "1.0"
solana-address = "2.0"
solana-define-syscall = "4.0"
solana-instruction-view = "1.0"
solana-program-error = "3.0"
[workspace.metadata.cli]
solana = "2.3.0"
[workspace.metadata.toolchains]
build = "1.84.1"
format = "nightly-2025-02-16"
lint = "nightly-2025-02-16"
test = "1.84.1"
[workspace.metadata.release]
pre-release-commit-message = "Publish {{crate_name}} v{{version}}"
tag-message = "Publish {{crate_name}} v{{version}}"
consolidate-commits = false
[workspace.metadata.spellcheck]
config = "scripts/setup/spellcheck.toml"