-
Notifications
You must be signed in to change notification settings - Fork 265
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Yu Ding
committed
May 22, 2018
1 parent
7e4bd7a
commit 378a4f0
Showing
690 changed files
with
276,412 additions
and
2,636 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,19 @@ | ||
[package] | ||
name = "build_helper" | ||
name = "sgx_build_helper" | ||
version = "0.1.0" | ||
authors = ["baidu"] | ||
repository = "https://github.com/baidu/rust-sgx-sdk" | ||
license-file = "LICENSE" | ||
documentation = "https://dingelish.github.io/" | ||
description = "Rust SGX SDK provides the ability to write Intel SGX applications in Rust Programming Language." | ||
|
||
include = [ | ||
"Cargo.toml", | ||
"Readme.md", | ||
"LICENSE", | ||
"lib.rs", | ||
] | ||
|
||
[lib] | ||
name = "build_helper" | ||
name = "sgx_build_helper" | ||
path = "lib.rs" | ||
|
||
[dependencies] | ||
filetime = "0.1" |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# Note | ||
|
||
Please visit our [homepage](https://github.com/baidu/rust-sgx-sdk) for usage. Thanks! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file was deleted.
Oops, something went wrong.
Empty file.
Empty file.
Oops, something went wrong.