From f8ecbd385ea84cddcf866d3b3b563ccff630f975 Mon Sep 17 00:00:00 2001 From: alexdevteam Date: Tue, 8 Mar 2022 17:06:27 +0100 Subject: [PATCH] Address PR comments --- Cargo.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 2e47bd3b..ba1ea3e6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ readme = "README.md" license = "MIT" authors = ["Matthew Hall "] edition = "2018" -include = ["src/**/*.rs", "README.md", "LICENSE"] +include = ["src/**/*.rs", "README.md", "LICENSE", "CHANGELOG.md"] [features] default = ["zstd"] @@ -18,7 +18,6 @@ default = ["zstd"] name = "tiled" path = "src/lib.rs" - [[example]] name = "example" path = "examples/main.rs"