-
Notifications
You must be signed in to change notification settings - Fork 193
Expand file tree
/
Copy pathCargo.toml
More file actions
46 lines (45 loc) · 1.03 KB
/
Cargo.toml
File metadata and controls
46 lines (45 loc) · 1.03 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
34
35
36
37
38
39
40
41
42
43
44
45
46
[workspace]
resolver = "2"
members = [
"env-docs-generation",
"tac-operation-lifecycle-entity",
"tac-operation-lifecycle-logic",
"tac-operation-lifecycle-migration",
"tac-operation-lifecycle-proto",
"tac-operation-lifecycle-server",
]
[workspace.dependencies]
actix-web = "4"
anyhow = "1.0"
async-std = "1"
async-stream = "0.3.6"
async-trait = "0.1"
base64 = "0.22"
blockscout-display-bytes = "1.0"
blockscout-endpoint-swagger = { git = "https://github.com/blockscout/blockscout-rs", rev = "4a755c5" }
blockscout-service-launcher = "0.19.0"
chrono = "0.4.39"
config = "0.15.11"
futures = "0.3"
governor = "0.10"
pretty_assertions = "1.3"
prost = "0.13.5"
prost-build = "0.13.5"
rand = "0.9.0"
reqwest = "0.12"
rstest = "0.25"
sea-orm = "1.1.10"
sea-orm-migration = "1.1.10"
see-migration-test-helpers = "1"
serde = "1.0"
serde_json = "1.0"
serde_with = "3.6.1"
tokio = "1.23"
tonic = "0.12.3"
tonic-build = "0.12.3"
tonlib-core = "0.25"
tower = "0.5.2"
tracing = "0.1"
tracing-subscriber = "0.3"
uuid = "1.7.0"
wiremock = "0.6"