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 authored and PiDelport committed May 27, 2021
1 parent e7dfc5a commit 92952de
Show file tree
Hide file tree
Showing 7 changed files with 618 additions and 313 deletions.
123 changes: 123 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 @@ -70,10 +70,12 @@ rand_std = { package = "rand", version = "0.7.3" }
sgx_ucrypto = { git = "https://github.com/apache/incubator-teaclave-sgx-sdk.git", rev = "b9d1bda" }
serde_std = { package = "serde", version = "1.0.0" }
serde_json_std = { package = "serde_json", version = "1.0.0" }
once_cell_std = { package = "once_cell", version="1.7.2" }

# Test-only dependencies
proptest = "1.0.0"
tempfile = "3.2.0"
mockall = { version = "0.9.1", features = ["nightly"] }

[patch."https://github.com/apache/teaclave-sgx-sdk.git"]
sgx_tstd = { git = "https://github.com/apache/incubator-teaclave-sgx-sdk.git", rev = "b9d1bda" }
Expand Down
Loading

0 comments on commit 92952de

Please sign in to comment.