-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathCargo.toml
More file actions
41 lines (33 loc) · 801 Bytes
/
Cargo.toml
File metadata and controls
41 lines (33 loc) · 801 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
[workspace]
members = ["contracts/*", "packages/*", "test-contracts/*"]
[profile.release.package.ultra-token]
codegen-units = 1
incremental = false
[profile.release.package.active-pool]
codegen-units = 1
incremental = false
[profile.release.package.default-pool]
codegen-units = 1
incremental = false
[profile.release.package.trove-manager]
codegen-units = 1
incremental = false
[profile.release.package.band-ibc-oracle]
codegen-units = 1
incremental = false
[profile.release.package.junoswap-oracle]
codegen-units = 1
incremental = false
[profile.release.package.coll-surplus-pool]
codegen-units = 1
incremental = false
[profile.release]
codegen-units = 1
opt-level = 3
debug = false
rpath = false
lto = true
debug-assertions = false
panic = 'abort'
incremental = false
overflow-checks = true