generated from amazon-archives/__template_Apache-2.0
-
Notifications
You must be signed in to change notification settings - Fork 237
Expand file tree
/
Copy pathCargo.toml
More file actions
30 lines (30 loc) · 763 Bytes
/
Cargo.toml
File metadata and controls
30 lines (30 loc) · 763 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
[workspace]
resolver = "2"
members = [
"inlineable",
"aws-smithy-async",
"aws-smithy-cbor",
"aws-smithy-checksums",
"aws-smithy-compression",
"aws-smithy-dns",
"aws-smithy-eventstream",
"aws-smithy-http",
"aws-smithy-http-client",
"aws-smithy-http-server",
"aws-smithy-legacy-http",
"aws-smithy-legacy-http-server",
"aws-smithy-http-server-python",
"aws-smithy-json",
"aws-smithy-protocol-test",
"aws-smithy-query",
"aws-smithy-runtime",
"aws-smithy-runtime-api",
"aws-smithy-types",
"aws-smithy-types-convert",
"aws-smithy-wasm",
"aws-smithy-mocks",
"aws-smithy-experimental",
"aws-smithy-xml",
"aws-smithy-observability",
"aws-smithy-observability-otel",
]