summary refs log tree commit diff
path: root/tpm2/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'tpm2/Cargo.toml')
-rw-r--r--tpm2/Cargo.toml10
1 files changed, 10 insertions, 0 deletions
diff --git a/tpm2/Cargo.toml b/tpm2/Cargo.toml
new file mode 100644
index 0000000..80a43bc
--- /dev/null
+++ b/tpm2/Cargo.toml
@@ -0,0 +1,10 @@
+[package]
+name = "tpm2"
+version = "0.1.0"
+authors = ["The Chromium OS Authors"]
+edition = "2018"
+
+[dependencies]
+tpm2-sys = { path = "../tpm2-sys" }
+
+[workspace]