forked from buffalojoec/mollusk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Cargo.toml
38 lines (36 loc) · 903 Bytes
/
Cargo.toml
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
[workspace]
members = [
"bencher",
"fuzz/*",
"harness",
"programs/*",
"test-programs/*",
]
resolver = "2"
[workspace.package]
authors = ["Joe Caulfield <[email protected]>"]
repository = "https://github.com/buffalojoec/mollusk"
readme = "README.md"
license = "MIT"
edition = "2021"
version = "0.0.6"
[workspace.dependencies]
bincode = "1.3.3"
bs58 = "0.5.1"
mollusk-svm = { path = "harness", version = "0.0.6" }
mollusk-svm-bencher = { path = "bencher", version = "0.0.6" }
mollusk-svm-fuzz-fixture = { path = "fuzz/fixture", version = "0.0.6" }
num-format = "0.4.4"
prost = "0.10"
prost-build = "0.10"
prost-types = "0.10"
serde = "1.0.203"
serde_json = "1.0.117"
solana-bpf-loader-program = "2.0"
solana-compute-budget = "2.0"
solana-logger = "2.0"
solana-program = "2.0"
solana-program-runtime = "2.0"
solana-system-program = "2.0"
solana-sdk = "2.0"
thiserror = "1.0.64"