tee_libc 0.0.1

Now only a place holder for future general purpose tee-libc support.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "tee_libc"
version = "0.0.1"
authors = ["Yu Ding <dingelish@gmail.com>",]
license-file = "LICENSE"
description = "Now only a place holder for future general purpose tee-libc support."

include = [
    "LICENSE",
    "Readme.md",
    "Cargo.toml",
    "src/lib.rs",
]

[lib]
name = "tee_libc"
crate-type = ["rlib"]