-
Notifications
You must be signed in to change notification settings - Fork 514
Expand file tree
/
Copy pathCargo.toml
More file actions
33 lines (28 loc) · 799 Bytes
/
Cargo.toml
File metadata and controls
33 lines (28 loc) · 799 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
[package]
name = "cross-program-invocatio-native-hand"
version = "0.1.0"
edition = "2021"
[features]
no-entrypoint = []
cpi = ["no-entrypoint"]
custom-heap = []
custom-panic = []
[dependencies]
borsh = "1.5.7"
borsh-derive = "1.5.7"
solana-program = "3.0"
cross-program-invocatio-native-lever = { path = "../lever", features = ["cpi"] }
[lib]
crate-type = ["cdylib", "lib"]
[dev-dependencies]
litesvm.workspace = true
solana-instruction.workspace = true
solana-keypair.workspace = true
solana-message.workspace = true
solana-native-token.workspace = true
solana-pubkey.workspace = true
solana-signer.workspace = true
solana-transaction.workspace = true
solana-system-interface.workspace = true
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(target_os, values("solana"))'] }