From 153d1ee31a0c247e9f4d7797ac5ffeef2004afe7 Mon Sep 17 00:00:00 2001 From: Anas Elgarhy Date: Fri, 22 Sep 2023 07:11:32 +0300 Subject: [PATCH] fix(crate); include the src --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index df5a8b2..4323796 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ repository = "https://github.com/0x61nas/todo2" documentation = "https://docs.rs/todo2" keywords = ["todo", "todo-or-die"] categories = ["development-tools", "macros"] -include = ["LICENSE", "LICENSE-UNLICENSE"] +include = ["LICENSE", "LICENSE-UNLICENSE", "src/*"] exclude = ["tests/*"] [dependencies.chrono]