|
1 | 1 | [workspace]
|
2 |
| -members = ["packages/*", "contracts/provider/*", "contracts/consumer/*", "contracts/osmosis-price-provider"] |
| 2 | +members = [ |
| 3 | + "packages/*", |
| 4 | + "contracts/provider/*", |
| 5 | + "contracts/consumer/*", |
| 6 | + "contracts/osmosis-price-provider", |
| 7 | +] |
3 | 8 | resolver = "2"
|
4 | 9 |
|
5 | 10 | [workspace.package]
|
6 |
| -edition = "2021" |
7 |
| -version = "0.10.0-alpha.1" |
8 |
| -license = "MIT" |
9 |
| -repository = "https://github.com/osmosis-labs/mesh-security" |
| 11 | +edition = "2021" |
| 12 | +version = "0.10.0-alpha.1" |
| 13 | +license = "MIT" |
| 14 | +repository = "https://github.com/osmosis-labs/mesh-security" |
10 | 15 |
|
11 | 16 | [workspace.dependencies]
|
12 |
| -mesh-apis = { path = "./packages/apis" } |
13 |
| -mesh-bindings = { path = "./packages/bindings" } |
14 |
| -mesh-burn = { path = "./packages/burn" } |
15 |
| -mesh-sync = { path = "./packages/sync" } |
| 17 | +mesh-apis = { path = "./packages/apis" } |
| 18 | +mesh-bindings = { path = "./packages/bindings" } |
| 19 | +mesh-burn = { path = "./packages/burn" } |
| 20 | +mesh-sync = { path = "./packages/sync" } |
16 | 21 | mesh-virtual-staking-mock = { path = "./packages/virtual-staking-mock" }
|
17 | 22 |
|
18 |
| -mesh-vault = { path = "./contracts/provider/vault" } |
19 |
| -mesh-external-staking = { path = "./contracts/provider/external-staking" } |
20 |
| -mesh-native-staking = { path = "./contracts/provider/native-staking" } |
21 |
| -mesh-native-staking-proxy = { path = "./contracts/provider/native-staking-proxy" } |
22 |
| - |
23 |
| -mesh-converter = { path = "./contracts/consumer/converter" } |
24 |
| -mesh-simple-price-feed = { path = "./contracts/consumer/simple-price-feed" } |
25 |
| -mesh-virtual-staking = { path = "./contracts/consumer/virtual-staking" } |
26 |
| - |
27 |
| -sylvia = "0.10.1" |
28 |
| -cosmwasm-schema = "1.5.4" |
29 |
| -cosmwasm-std = { version = "1.5.4", features = ["ibc3", "cosmwasm_1_3"] } |
30 |
| -cw-storage-plus = "1.2.0" |
31 |
| -cw-utils = "1.0.3" |
32 |
| -cw2 = "1.1.2" |
33 |
| -osmosis-std = "0.20.1" |
34 |
| -schemars = "0.8.17" |
35 |
| -serde = { version = "1.0.199", default-features = false, features = ["derive"] } |
36 |
| -thiserror = "1.0.59" |
| 23 | +mesh-vault = { path = "./contracts/provider/vault" } |
| 24 | +mesh-external-staking = { path = "./contracts/provider/external-staking" } |
| 25 | +mesh-native-staking = { path = "./contracts/provider/native-staking" } |
| 26 | +mesh-native-staking-proxy = { path = "./contracts/provider/native-staking-proxy" } |
| 27 | + |
| 28 | +mesh-converter = { path = "./contracts/consumer/converter" } |
| 29 | +mesh-simple-price-feed = { path = "./contracts/consumer/simple-price-feed" } |
| 30 | +mesh-virtual-staking = { path = "./contracts/consumer/virtual-staking" } |
| 31 | + |
| 32 | +sylvia = "0.10.1" |
| 33 | + |
| 34 | +cosmwasm-schema = "1.5.4" |
| 35 | +cosmwasm-std = { version = "1.5.4", features = ["ibc3", "cosmwasm_1_3"] } |
| 36 | +cw-storage-plus = "1.2.0" |
| 37 | +cw-utils = "1.0.3" |
| 38 | +cw2 = "1.1.2" |
| 39 | +osmosis-std = "0.20.1" |
| 40 | +schemars = "0.8.17" |
| 41 | +serde = { version = "1.0.199", default-features = false, features = ["derive"] } |
| 42 | +thiserror = "1.0.59" |
37 | 43 | semver = "1.0.22"
|
38 | 44 | itertools = "0.12.1"
|
39 | 45 |
|
40 | 46 | # dev deps
|
41 |
| -anyhow = "1" |
| 47 | +anyhow = "1" |
42 | 48 | cw-multi-test = "0.20"
|
43 |
| -derivative = "2" |
44 |
| -test-case = "3.3.1" |
| 49 | +derivative = "2" |
| 50 | +test-case = "3.3.1" |
45 | 51 |
|
46 | 52 | [profile.release]
|
47 |
| -codegen-units = 1 |
48 |
| -debug = false |
| 53 | +codegen-units = 1 |
| 54 | +debug = false |
49 | 55 | debug-assertions = false
|
50 |
| -lto = true |
51 |
| -panic = 'abort' |
52 |
| -rpath = false |
53 |
| -opt-level = 3 |
54 |
| -overflow-checks = true |
| 56 | +lto = true |
| 57 | +panic = 'abort' |
| 58 | +rpath = false |
| 59 | +opt-level = 3 |
| 60 | +overflow-checks = true |
55 | 61 |
|
56 | 62 | [profile.release.package.mesh-vault]
|
57 | 63 | codegen-units = 1
|
58 |
| -incremental = false |
| 64 | +incremental = false |
0 commit comments