-
Notifications
You must be signed in to change notification settings - Fork 198
Expand file tree
/
Copy pathCargo.toml
More file actions
33 lines (31 loc) · 1.39 KB
/
Copy pathCargo.toml
File metadata and controls
33 lines (31 loc) · 1.39 KB
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
[workspace]
resolver = "2"
members = [
"env-docs-generation",
"stats",
"stats-proto",
"stats-server",
"stats/entity",
"stats/migration",
]
[workspace.dependencies]
blockscout-client = { git = "https://github.com/blockscout/blockscout-rs/", rev = "d02877c" }
blockscout-service-launcher = { version = "0.19.0" }
hex = "0.4.3"
# todo: update to tag >1.6.0 once released (can't compile for some reason)
multichain-aggregator-entity = { git = "https://github.com/blockscout/blockscout-rs/", rev = "096c4c140375e5a1802413e9a037c35f84aeaa42", package = "multichain-aggregator-entity" }
multichain-aggregator-migration = { git = "https://github.com/blockscout/blockscout-rs/", rev = "096c4c140375e5a1802413e9a037c35f84aeaa42", package = "multichain-aggregator-migration" }
num-traits = "0.2"
rstest = "0.23.0"
# update together to matching versions
sea-orm = "1.1.14"
sea-orm-migration = "1.1.14"
sea-query = "0.32.5"
serde_json = "1.0"
serial_test = "3.2.0"
syn = "2.0"
trait-variant = "0.1.2"
wiremock = "0.6.2"
# todo: set to tag once released / update as needed
zetachain-cctx-entity = { git = "https://github.com/blockscout/blockscout-rs/", rev = "9cf47cf81d64e7268812ae5ffcd8d516b7f7a67c", package = "zetachain-cctx-entity" }
zetachain-cctx-migration = { git = "https://github.com/blockscout/blockscout-rs/", rev = "9cf47cf81d64e7268812ae5ffcd8d516b7f7a67c", package = "zetachain-cctx-migration" }