Skip to content
This repository has been archived by the owner on May 9, 2022. It is now read-only.

Commit

Permalink
feat(dh): support testing and cleanup module structure
Browse files Browse the repository at this point in the history
  • Loading branch information
longtomjr committed May 18, 2021
1 parent a6fb218 commit b1bc710
Show file tree
Hide file tree
Showing 7 changed files with 639 additions and 313 deletions.
144 changes: 144 additions & 0 deletions rtc_tenclave/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions rtc_tenclave/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ cfg-if = "1.0.0"
thiserror_std = { package = "thiserror", version = "1.0.9" }
rand_std = { package = "rand", version = "0.7.3" }
sgx_ucrypto = { git = "https://github.com/apache/teaclave-sgx-sdk.git" }
once_cell_std = { package = "once_cell", version="1.7.2" }
mockall = { version = "0.9.1", features = ["nightly"] }

[patch."https://github.com/apache/teaclave-sgx-sdk.git"]
sgx_types = { git = "https://github.com/apache/incubator-teaclave-sgx-sdk.git" }
Loading

0 comments on commit b1bc710

Please sign in to comment.