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"