-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCargo.toml
More file actions
30 lines (28 loc) · 873 Bytes
/
Copy pathCargo.toml
File metadata and controls
30 lines (28 loc) · 873 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
[package]
name = "parallax"
version = "0.1.0"
edition = "2021"
[dependencies]
oracle = { path = "oracle/programs/oracle" }
litesvm = "0.6.1"
litesvm-token = "0.6.1"
solana-instruction = "2.2.1"
solana-keypair = "2.2.1"
solana-native-token = "2.2.1"
solana-pubkey = "2.2.1"
solana-signer = "2.2.1"
solana-system-interface = "1.0.0"
solana-transaction = "2.2.1"
solana-message = "2.2.1"
solana-sdk-ids = "2.2.1"
solana-address = "1.0.0"
solana-account = "2.2.1"
solana-sdk = "2.2"
solana-program-runtime = "=2.2.4"
serde = { version = "1.0.228", features = ["derive"] }
serde_json = "1.0.149"
anchor-lang = { version = "=0.31.1", features = ["derive", "init-if-needed"] }
sha2 = "0.11.0"
borsh = { version = "1.6.1", features = ["borsh-derive"] }
reqwest = { version = "0.13.2", features = ["blocking", "json"] }
tokio = { version = "1.52.1", features = ["macros", "rt"] }