-
Notifications
You must be signed in to change notification settings - Fork 7
/
Cargo.toml
39 lines (38 loc) · 919 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
39
[workspace]
members = [
"subvt-app-service",
"subvt-block-processor",
"subvt-config",
"subvt-governance",
"subvt-kline-updater",
"subvt-logging",
"subvt-metrics",
"subvt-network-status-server",
"subvt-network-status-updater",
"subvt-nft",
"subvt-notification-generator",
"subvt-notification-processor",
"subvt-onekv-updater",
"subvt-persistence",
"subvt-plotter",
"subvt-proc-macro",
"subvt-referendum-updater",
"subvt-report-service",
"subvt-service-common",
"subvt-substrate-client",
"subvt-telegram-bot",
"subvt-telemetry-processor",
"subvt-types",
"subvt-utility",
"subvt-validator-details-server",
"subvt-validator-list-server",
"subvt-validator-list-updater",
]
resolver = "2"
[workspace.dependencies]
anyhow = "1.0"
itertools = "0.13"
lazy_static = "1.4"
log = "0.4"
num-traits = "0.2"
thiserror = "1.0"