-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCargo.toml
39 lines (35 loc) · 1.93 KB
/
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 = [
"programs/*"
]
resolver = "2"
[profile.release]
overflow-checks = true
lto = "fat"
codegen-units = 1
[profile.release.build-override]
opt-level = 3
incremental = false
codegen-units = 1
[workspace.dependencies]
nondet = { git = "https://github.com/Certora/solana-cvt.git" }
cvt = { git = "https://github.com/Certora/solana-cvt.git" }
early-panic = { git = "https://github.com/Certora/solana-cvt.git" }
cvt-macros = { git = "https://github.com/Certora/solana-cvt.git" }
calltrace = { git = "https://github.com/Certora/solana-cvt.git" }
solana_cvt = { git = "https://github.com/Certora/solana-cvt.git" }
hook_macro = { git = "https://github.com/Certora/solana-cvt.git" }
[patch.crates-io]
anchor-lang = {git = "https://github.com/Certora/anchor.git", branch = "certora-v0.30.1"}
anchor-spl = {git = "https://github.com/Certora/anchor.git", branch = "certora-v0.30.1"}
anchor-cli = {git = "https://github.com/Certora/anchor.git", branch = "certora-v0.30.1"}
anchor-client = {git = "https://github.com/Certora/anchor.git", branch = "certora-v0.30.1"}
anchor-syn = {git = "https://github.com/Certora/anchor.git", branch = "certora-v0.30.1"}
anchor-attribute-constant = {git = "https://github.com/Certora/anchor.git", branch = "certora-v0.30.1"}
anchor-attribute-program = {git = "https://github.com/Certora/anchor.git", branch = "certora-v0.30.1"}
anchor-attribute-account = {git = "https://github.com/Certora/anchor.git", branch = "certora-v0.30.1"}
anchor-attribute-access-control = {git = "https://github.com/Certora/anchor.git", branch = "certora-v0.30.1"}
anchor-attribute-error = {git = "https://github.com/Certora/anchor.git", branch = "certora-v0.30.1"}
anchor-attribute-event = {git = "https://github.com/Certora/anchor.git", branch = "certora-v0.30.1"}
anchor-derive-accounts = {git = "https://github.com/Certora/anchor.git", branch = "certora-v0.30.1"}
avm = {git = "https://github.com/Certora/anchor.git", branch = "certora-v0.30.1"}