From 859af92b722a2f57cbfe4350aabb3eed06a189ab Mon Sep 17 00:00:00 2001 From: Takuma IMAMURA <209989118+hyperfinitism@users.noreply.github.com> Date: Mon, 20 Apr 2026 22:41:57 +0900 Subject: [PATCH] build: include LICENSE in the package Signed-off-by: Takuma IMAMURA <209989118+hyperfinitism@users.noreply.github.com> --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2efdb8b..3f7d55c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ repository = "https://github.com/hyperfinitism/ima-parser" license = "Apache-2.0" # keywords = [] # categories = [] -include = ["src/**/*", "examples/**/*"] +include = ["src/**/*", "examples/**/*", "LICENSE"] [[example]] name = "parse_binary_log"