forked from project-oak/oak
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Cargo.toml
33 lines (33 loc) · 1.14 KB
/
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
[workspace]
members = [
"experimental/attestation_common",
"experimental/https_attestation",
"experimental/proxy_attestation",
"experimental/tf_proxy/client",
"experimental/tf_proxy/server",
"experimental/tls_attestation",
"grpc_attestation",
"oak_functions/abi",
"oak_functions/client/rust/Cargo.toml",
"oak_functions/examples/benchmark/module",
"oak_functions/examples/echo/module",
"oak_functions/examples/fuzzable/module",
"oak_functions/examples/key_value_lookup/module",
"oak_functions/examples/metrics/client/rust",
"oak_functions/examples/metrics/module",
"oak_functions/examples/mobilenet/client/rust",
"oak_functions/examples/mobilenet/module",
"oak_functions/examples/weather_lookup/module",
"oak_functions/load_test",
"oak_functions/loader",
"oak_functions/location_utils",
"oak_functions/lookup_data_generator",
"oak_functions/oak_functions_loader_base",
"oak_functions/oak_functions_loader_unsafe",
"oak_functions/sdk/oak_functions",
"oak_functions/sdk/oak_functions/tests/module",
"oak_functions/sdk/test_utils",
"remote_attestation/rust",
"runner",
]
exclude = ["oak_functions/loader/fuzz"]