From 6a8c53941d83133859ff9ad86f95f58391659bfc Mon Sep 17 00:00:00 2001 From: Takuma IMAMURA <209989118+hyperfinitism@users.noreply.github.com> Date: Mon, 20 Apr 2026 21:57:32 +0900 Subject: [PATCH] build: standardise Cargo.toml Signed-off-by: Takuma IMAMURA <209989118+hyperfinitism@users.noreply.github.com> --- Cargo.toml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 1e3b0fd..d12d35e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,9 +3,15 @@ name = "tpm2-cli" version = "0.1.0" edition = "2024" rust-version = "1.88.0" -license = "Apache-2.0" +description = "Rust-based CLI tools for Trusted Platform Module 2.0" +# documentation = "" readme = "README.md" -exclude = [".gitignore", ".gitattributes", ".github/*"] +# homepage = "" +repository = "https://github.com/hyperfinitism/rust-tpm2-cli" +license = "Apache-2.0" +# keywords = [] +# categories = [] +include = ["src/**/*", "LICENSE"] [[bin]] name = "tpm2"