From 7bc6f29c30334218da6baaeef1ddb02fdaa06a5c Mon Sep 17 00:00:00 2001 From: Alexandre Pasmantier <47638216+alexpasmantier@users.noreply.github.com> Date: Mon, 11 Nov 2024 13:52:20 +0100 Subject: [PATCH] chore(crate): add include directives to Cargo.toml to make the crate leaner (#11) --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index fb65a6c..2520507 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,6 +14,7 @@ categories = [ "concurrency", "development-tools", ] +include = ["LICENSE", "README.md", "crates/television/**/*.rs", "build.rs"] [[bin]]