From 9d3ee51cdd4f96ffbde69f9a366b93696f5b3cde Mon Sep 17 00:00:00 2001 From: Leonardo Razovic Date: Thu, 15 Jul 2021 11:12:11 +0200 Subject: [PATCH] Use `cargo diet` to possibly reduce the crate size --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 146cc5d..e3b78b8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,6 +8,7 @@ repository = "https://github.com/servo/uluru" keywords = ["cache", "linkedlist", "array", "no_std"] categories = ["data-structures", "no-std"] readme = "README.md" +include = ["src/**/*", "LICENSE", "README.md"] [dependencies] arrayvec = { version = "0.7", default-features = false }