forked from fdo-rs/fido-device-onboard-rs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCargo.toml
More file actions
43 lines (37 loc) · 842 Bytes
/
Copy pathCargo.toml
File metadata and controls
43 lines (37 loc) · 842 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
38
39
40
41
42
43
[workspace]
members = [
"libfdo-data",
"data-formats",
"http-wrapper",
"store",
"util",
"db",
"client-linuxapp",
"owner-onboarding-server",
"owner-tool",
"rendezvous-server",
"manufacturing-server",
"manufacturing-client",
"serviceinfo-api-server",
"admin-tool",
"integration-tests",
]
default-members = [
"libfdo-data",
"data-formats",
"http-wrapper",
"store",
"util",
"db",
"client-linuxapp",
"owner-onboarding-server",
"owner-tool",
"rendezvous-server",
"manufacturing-server",
"manufacturing-client",
"serviceinfo-api-server",
"admin-tool",
]
resolver = "2"
[patch.crates-io]
aws-nitro-enclaves-cose = { git = "https://github.com/awslabs/aws-nitro-enclaves-cose/", rev = "6064f826d551a9db0bd42e9cf928feaf272e8d17" }