summary refs log tree commit diff
path: root/tpm2/Cargo.toml
blob: 56ee5fbc494cb11ae6320a73f5953c484f76ebc1 (plain) (blame)
1
2
3
4
5
6
7
8
[package]
name = "tpm2"
version = "0.1.0"
authors = ["The Chromium OS Authors"]
edition = "2018"

[dependencies]
tpm2-sys = { path = "../tpm2-sys" }