forked from fortanix/rust-sgx
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Cargo.toml
31 lines (30 loc) · 986 Bytes
/
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
[workspace]
members = [
"fortanix-vme/eif-tools",
"fortanix-vme/fortanix-vme-abi",
"fortanix-vme/fortanix-vme-runner",
"fortanix-vme/tests/outgoing_connection",
"fortanix-vme/tests/incoming_connection",
"fortanix-vme/tests/iron",
"intel-sgx/aesm-client",
"intel-sgx/dcap-provider",
"intel-sgx/dcap-ql-sys",
"intel-sgx/dcap-ql",
"intel-sgx/dcap-retrieve-pckid",
"intel-sgx/enclave-runner",
"intel-sgx/fortanix-sgx-abi",
"intel-sgx/fortanix-sgx-tools",
"intel-sgx/report-test",
"intel-sgx/sgxs",
"intel-sgx/sgx-isa",
"intel-sgx/sgx_pkix",
"intel-sgx/sgxs-loaders",
"intel-sgx/sgxs-tools",
"ipc-queue",
"rs-libc",
]
exclude = ["examples"]
[patch.crates-io]
libc = { git = "https://github.com/fortanix/libc.git", branch = "fortanixvme" }
serde = { git = "https://github.com/fortanix/serde.git", branch = "master" }
vsock = { git = "https://github.com/fortanix/vsock-rs.git", branch = "fortanixvme" }