trousers-sys 0.0.0

Native bindings to the trousers library
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "trousers-sys"
version = "0.0.0"
authors = ["Richard Wang <zhwang@live.com.au>"]
description = "Native bindings to the trousers library"
repository = "https://github.com/rzhw/rust-trousers"
keywords = ["TrouSerS", "TPM", "TSS"]
license = "MIT"

[dependencies]
libc = "0.1"

[lib]
name = "trousers_sys"
path = "lib.rs"