commit dd51e76b6fc02bd611135d26b2b85305531864de Author: Luca Date: Fri Jun 28 16:14:51 2024 +0200 initial commit 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]