-
-
Notifications
You must be signed in to change notification settings - Fork 26
Expand file tree
/
Copy pathCargo.toml
More file actions
37 lines (34 loc) · 721 Bytes
/
Cargo.toml
File metadata and controls
37 lines (34 loc) · 721 Bytes
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
[workspace]
resolver = "2"
members = [
"crates/cache",
"crates/cognitoidp",
"crates/envvar",
"crates/httpclient",
"crates/pg",
"crates/pubsub",
"crates/queue",
"crates/service",
"crates/shutdown",
"crates/types",
"crates/uribuilder",
"crates/wsclient",
"services/auto-confirm",
"services/balance-by-account",
"services/auto-transact",
"services/event",
"services/graphql",
"services/measure",
"services/request-approve",
"services/request-by-id",
"services/request-create",
"services/requests-by-account",
"services/rule",
"services/transaction-by-id",
"services/transactions-by-account",
"tests",
]
[workspace.package]
rust-version = "1.75"
[workspace.dependencies]
http-body-util = "0.1.3"