From dd51e76b6fc02bd611135d26b2b85305531864de Mon Sep 17 00:00:00 2001 From: Luca Date: Fri, 28 Jun 2024 16:14:51 +0200 Subject: [PATCH] initial commit --- .gitignore | 1 + Cargo.toml | 8 ++++++++ 2 files changed, 9 insertions(+) create mode 100644 .gitignore create mode 100644 Cargo.toml diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..ea8c4bf --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +/target diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..5c4d9dd --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,8 @@ +[package] +name = "tpm2-proto" +version = "0.1.0" +edition = "2021" + +# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html + +[dependencies]