Skip to content

Commit

Permalink
make workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
nhynes authored and kostko committed Feb 25, 2018
1 parent 6535a00 commit 4edd06e
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
[workspace]
members = [
"sgx_alloc",
"sgx_rand",
"sgx_rand_derive",
"sgx_serialize",
"sgx_serialize_derive",
"sgx_serialize_derive_internals",
"sgx_tcrypto",
"sgx_tdh",
"sgx_tkey_exchange",
"sgx_tprotected_fs",
"sgx_trts",
"sgx_tse",
"sgx_tseal",
"sgx_tservice",
"sgx_tstd",
"sgx_tunittest",
"sgx_types",
"sgx_urts",
]

0 comments on commit 4edd06e

Please sign in to comment.