-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathCargo.toml
More file actions
69 lines (62 loc) · 1.66 KB
/
Cargo.toml
File metadata and controls
69 lines (62 loc) · 1.66 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
[workspace]
resolver = "2"
members = [
"modules/infrastructure",
"modules/command/domain",
"modules/command/processor",
"modules/command/interface-adaptor-if",
"modules/command/interface-adaptor-impl",
"modules/query/interface-adaptor",
"modules/rmu",
"applications/write-api-server",
"applications/read-model-updater",
"applications/read-api-server",
]
[workspace.dependencies]
anyhow = "1.0.82"
thiserror = "1.0.59"
async-graphql = "6.0.11"
async-graphql-axum = "6.0.11"
async-trait = "0.1.80"
aws-config = "1.3.0"
aws_lambda_events = { version = "0.15.1", default-features = false }
aws-sdk-dynamodb = "1.25.0"
aws-sdk-dynamodbstreams = "1.22.0"
backtrace = "0.3.70"
chrono = "0.4.38"
config = "0.14.0"
derive-new = "0.7.0"
downcast-rs = "1.2.1"
env_logger = "0.11.3"
itertools = "0.13.0"
lambda_runtime = "0.8.3"
log = "0.4.21"
num = "0.4.2"
once_cell = "1.19.0"
openssl = { version = "0.10.64", features = ["vendored"] }
redis = "0.27.0"
serde = "1.0.200"
serde_dynamo = "4.2.14"
serde_json = "1.0.116"
simple_logger = "5.0.0"
sqlx = { version = "0.8.0", default-features = false }
axum = "0.6.20"
http = "0.2.9"
hyper = "0.14.24"
tokio = "1"
tower = "0.4.13"
tower-http = "0.4"
tracing = "0.1.40"
tracing-log = "0.2.0"
tracing-subscriber = { version = "0.3.18", default-features = false }
ulid-generator-rs = "0.0.112"
event-store-adapter-rs = "1.1.34"
mime = "0.3.17"
refinery = { version = "0.8.14", features = ["mysql"] }
refinery-core = "0.8.14"
testcontainers = "0.23.0"
serial_test = "3.1.1"
opentelemetry = "0.24"
opentelemetry_sdk = "0.24.0"
opentelemetry-stdout = { version = "0.5.0", features = ["trace"] }
tracing-opentelemetry = "0.28"